Update dependencies

This commit is contained in:
Charlotte Van Petegem 2024-02-27 23:41:59 +01:00
parent 32cb6871d1
commit c6058c0f4b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 16 additions and 16 deletions

View file

@ -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}