Pin nixpkgs

This commit is contained in:
Alexander Bantyev 2020-05-09 12:27:10 +03:00
parent c92780a915
commit aacf342cb8
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -55,6 +55,11 @@ in {
]; ];
binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ]; binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ];
registry.nixpkgs = {
from = { id = "nixpkgs"; type = "indirect"; };
flake = inputs.nixpkgs;
};
trustedUsers = [ "root" "balsoft" "@wheel" ]; trustedUsers = [ "root" "balsoft" "@wheel" ];
nrBuildUsers = 16; nrBuildUsers = 16;