nix: re-enable unstable registry

This commit is contained in:
teutat3s 2024-08-08 22:33:57 +02:00
parent 8e6e6a64e5
commit c463a19e69
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -37,7 +37,7 @@
registry = {
nixpkgs.flake = flake.inputs.nixpkgs;
#unstable.flake = flake.inputs.unstable;
unstable.flake = flake.inputs.unstable;
system.flake = flake.self;
};