From aacf342cb884dfc5a76bdea360b4b942c9763f34 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sat, 9 May 2020 12:27:10 +0300 Subject: [PATCH] Pin nixpkgs --- modules/packages.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/packages.nix b/modules/packages.nix index 3c2ed0f..cd09628 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -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;