diff --git a/hosts/common.nix b/hosts/common.nix index 8ef1666..72f783e 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=nixpkgs.outPath" ]; }; }