Move nvfetcher to root
This commit is contained in:
parent
9e4cb88d75
commit
29d922b616
4 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ let
|
||||||
# '';
|
# '';
|
||||||
# };
|
# };
|
||||||
|
|
||||||
bash-drv = (import ../../nvfetch/_sources/generated.nix {
|
bash-drv = (import ../../../nvfetch/_sources/generated.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit fetchFromGitHub dockerTools;
|
inherit (pkgs) fetchurl fetchgit fetchFromGitHub dockerTools;
|
||||||
}).bash-config.src;
|
}).bash-config.src;
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue