Pin nixpkgs
This commit is contained in:
parent
c92780a915
commit
aacf342cb8
@ -55,6 +55,11 @@ in {
|
||||
];
|
||||
binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ];
|
||||
|
||||
registry.nixpkgs = {
|
||||
from = { id = "nixpkgs"; type = "indirect"; };
|
||||
flake = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
trustedUsers = [ "root" "balsoft" "@wheel" ];
|
||||
|
||||
nrBuildUsers = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user