Fix registry on stable nixpkgs

This commit is contained in:
SebastianStork 2024-08-18 13:05:11 +02:00
parent 6b74830b41
commit 187704b151

View file

@ -7,9 +7,7 @@
nix = { nix = {
channel.enable = false; channel.enable = false;
registry.nixpkgs.flake = self.inputs.nixpkgs;
settings = { settings = {
flake-registry = "";
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"