Don't pin 'nixpkgs' in the system registry by default
Nixpkgs takes up a lot of disk space so we shouldn't do this by default.
This commit is contained in:
parent
e5c506af8c
commit
469f14ef0f
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
[ { system.nixos.versionSuffix =
|
||||
".${lib.substring 0 8 (self.lastModifiedDate or self.lastModified)}.${self.shortRev or "dirty"}";
|
||||
system.nixos.revision = lib.mkIf (self ? rev) self.rev;
|
||||
nix.registry.nixpkgs.flake = lib.mkDefault self;
|
||||
}
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue