diff --git a/Justfile b/Justfile index 1a049073..76501a25 100644 --- a/Justfile +++ b/Justfile @@ -30,7 +30,7 @@ env name action profilePath="~/.environments": drv=$(nix-build -E " let sources = import ./nix/sources.nix {}; pkgs = import sources.nixpkgs { - overlays = with (import ../overlays); [ + overlays = with (import ./nix/overlays); [ packages ]; };