diff --git a/hosts/common.nix b/hosts/common.nix index 72f783e..30e76a4 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -63,7 +63,7 @@ config = { nix.extraOptions = '' experimental-features = nix-command flakes ''; - nix.nixPath = [ "nixpkgs=nixpkgs.outPath" ]; + nix.nixPath = [ "nixpkgs=pkgs.outPath" ]; }; }