Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.

(cherry picked from commit 469f14ef0fade3ae4c07e4977638fdf3afc29e08)

Changed files
-1
-1
flake.nix
··· 27 27 [ { system.nixos.versionSuffix = 28 28 ".${lib.substring 0 8 (self.lastModifiedDate or self.lastModified)}.${self.shortRev or "dirty"}"; 29 29 system.nixos.revision = lib.mkIf (self ? rev) self.rev; 30 - nix.registry.nixpkgs.flake = lib.mkDefault self; 31 30 } 32 31 ]; 33 32 });