Move nvfetcher to root

This commit is contained in:
Benson Chu 2024-08-04 15:05:24 -05:00
parent 9e4cb88d75
commit 29d922b616
4 changed files with 1 additions and 1 deletions

View file

@ -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;
}).bash-config.src;
in