unstable in registry

This commit is contained in:
Rachel Lambda Samuelsson 2024-06-24 18:19:10 +02:00
parent 6b52d58f2e
commit 242ec70992

View File

@ -18,6 +18,7 @@
let nix-config-module = let nix-config-module =
{ {
nix.registry.nixpkgs.flake = nixpkgs; nix.registry.nixpkgs.flake = nixpkgs;
nix.registry.unstable.flake = nixpkgs-unstable;
system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
}; };
rachel-home-module = rachel-home-module =