all repos — nixfiles @ 9a03dea680aeb8a886dec878b7a5c9f388e52587

System and user configuration, managed by nix and home-manager

nix: remove registry pinning

Alan Pearce
commit

9a03dea680aeb8a886dec878b7a5c9f388e52587

parent

f42715d613ec013c6214e46ed85d7e79f2224ded

1 file changed, 0 insertions(+), 14 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/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 = {