all repos — nixfiles @ fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15

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

make it easier to avoid downgrading servers during deployment

Alan Pearce
commit

fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15

parent

de11d30c536c52381101a07230794bb724dd1c87

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

changed files
M flake.lockflake.lock
@@ -315,6 +315,22 @@ "repo": "nixpkgs",
"type": "github" } }, + "nixpkgs-small": { + "locked": { + "lastModified": 1715724059, + "narHash": "sha256-SxGSovGOHR+5XUZN/U7J5vMwrNjhhy4vWg22+gX47VY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "342e8db923162ef6783dd3c8181b8d346857280c", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-stable": { "locked": { "lastModified": 1715218190,
@@ -430,6 +446,7 @@ "home-manager": "home-manager_2",
"nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", + "nixpkgs-small": "nixpkgs-small", "searchix": "searchix", "secrets": "secrets", "utils": "utils_2"