nix: remove registry pinning
1 file changed, 0 insertions(+), 14 deletions(-)
changed files
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -1,5 +1,4 @@ { - inputs, pkgs, lib, ...@@ -30,19 +29,6 @@ gc = { automatic = lib.mkDefault true; options = lib.mkDefault "--delete-older-than 14d"; }; - - registry = - if pkgs.stdenv.isDarwin then - { - nixpkgs.flake = inputs.nixpkgs; - } - else - { - nixpkgs.to = { - type = "path"; - path = pkgs.path; - }; - }; }; services.angrr = {