From 187704b1513a6146c612d9f4ae4551291ecc85dc Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 18 Aug 2024 13:05:11 +0200 Subject: [PATCH] Fix registry on stable nixpkgs --- hosts/common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/common.nix b/hosts/common.nix index 818711f..85974e5 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -7,9 +7,7 @@ nix = { channel.enable = false; - registry.nixpkgs.flake = self.inputs.nixpkgs; settings = { - flake-registry = ""; experimental-features = [ "nix-command" "flakes"