Update dependencies
This commit is contained in:
parent
32cb6871d1
commit
c6058c0f4b
2 changed files with 16 additions and 16 deletions
|
@ -148,7 +148,7 @@
|
|||
networking.hostName = name;
|
||||
nix = {
|
||||
extraOptions = "extra-experimental-features = nix-command flakes";
|
||||
registry = (builtins.mapAttrs (name: v: { flake = v; }) inputs) // { nixpkgs.flake = nixpkgs; };
|
||||
registry = (builtins.mapAttrs (name: v: { flake = v; }) inputs) // { nixpkgs = { flake = nixpkgs; to.path = lib.mkForce "${nixpkgs}"; }; };
|
||||
};
|
||||
})
|
||||
./machines/${name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue