Rename custom nixpkgs

This commit is contained in:
Alexander Bantyev 2021-06-21 21:20:38 +03:00
parent 38b76b4527
commit 7efadcdd7f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -4,7 +4,7 @@
binaryCaches = [ "https://cache.nixos.org" ];
registry.self.flake = inputs.self;
registry.nixpkgs.flake = inputs.nixpkgs;
registry.np.flake = inputs.nixpkgs;
trustedUsers = [ "root" "balsoft" "@wheel" ];