From 7f3df40afec448b0b06982606519ac03164c240c Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 5 Apr 2025 13:24:31 +1100 Subject: [PATCH] system/base: remove nixpkgs registry --- modules/system/base.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/base.nix b/modules/system/base.nix index c924309..143728f 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -21,6 +21,5 @@ }; }; nix.registry.config.flake = inputs.self; - nix.registry.nixpkgs.flake = inputs.nixpkgs; nix.registry.shells.flake = inputs.self; }