From 242ec70992a8292a164a95e29505f552b9b61da5 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Mon, 24 Jun 2024 18:19:10 +0200 Subject: [PATCH] unstable in registry --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index af6f915..a91d435 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ let nix-config-module = { nix.registry.nixpkgs.flake = nixpkgs; + nix.registry.unstable.flake = nixpkgs-unstable; system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; }; rachel-home-module =