hosts/common: add unstable to flake registry
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s

This commit is contained in:
2025-11-09 12:55:52 +00:00
parent 1b4cbf9b71
commit b6a3b1d9fc

View File

@@ -117,6 +117,7 @@
dates = "weekly";
options = "-d --delete-older-than 7d";
};
registry.unstable.flake = inputs.nixpkgs-unstable;
};
home-manager = {