From b6a3b1d9fcd7f5d99e3784c8f2f770fcdc34f3e1 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 9 Nov 2025 12:55:52 +0000 Subject: [PATCH] hosts/common: add unstable to flake registry --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 4c1aae0..c35aeaf 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -117,6 +117,7 @@ dates = "weekly"; options = "-d --delete-older-than 7d"; }; + registry.unstable.flake = inputs.nixpkgs-unstable; }; home-manager = {