mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 17:03:56 -05:00
7 lines
197 B
Nix
7 lines
197 B
Nix
{ fetchFromGitHub }:
|
|
fetchFromGitHub {
|
|
owner = "Aloxaf";
|
|
repo = "fzf-tab";
|
|
rev = "c2b4aa5ad2532cca91f23908ac7f00efb7ff09c9";
|
|
hash = "sha256-gvZp8P3quOtcy1Xtt1LAW1cfZ/zCtnAmnWqcwrKel6w=";
|
|
}
|