all repos — nixfiles @ f14c2285e9a0213aa0beed894bfb94c837ced31f

System and user configuration, managed by nix and home-manager

nix: automatically pin nixpkgs to flake input

Alan Pearce
commit

f14c2285e9a0213aa0beed894bfb94c837ced31f

parent

200b52fdb263cb2cf77856a70dc5fa9d05a6ad51

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -43,6 +43,7 @@ modules = [ ./system/mba.nix ];
}; homeConfigurations."alan@mba" = home-manager.lib.homeManagerConfiguration { pkgs = darwinPkgs; + extraSpecialArgs = { inherit attrs; }; modules = [ ./user/mba.nix (secrets + "/default.nix")
@@ -52,6 +53,7 @@ ];
}; homeConfigurations."alan@prefect" = home-manager.lib.homeManagerConfiguration { pkgs = nixosPkgs; + extraSpecialArgs = { inherit attrs; }; modules = [ ./user/prefect.nix (secrets + "/default.nix")
@@ -61,6 +63,7 @@ ];
}; homeConfigurations."alan@nanopi" = home-manager.lib.homeManagerConfiguration { pkgs = aarch64LinuxPackages; + extraSpecialArgs = { inherit attrs; }; modules = [ ./user/nanopi.nix (secrets + "/default.nix")
@@ -68,6 +71,7 @@ ];
}; homeConfigurations."alan@pappel" = home-manager.lib.homeManagerConfiguration { pkgs = nixosPkgs; + extraSpecialArgs = { inherit attrs; }; modules = [ ./user/server.nix (secrets + "/default.nix")