all repos — nixfiles @ 2b09b74ba617346a0c9c932543e658837ef9e5d2

System and user configuration, managed by nix and home-manager

nix: pin nixpkgs to flake input globally and per-user

Alan Pearce
commit

2b09b74ba617346a0c9c932543e658837ef9e5d2

parent

a2534b9daab7d39d2eeb005f7648b74bc72a8520

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -2,6 +2,9 @@ { config
, pkgs , ... }: { + imports = [ + ../../../pin.nix + ]; nix = { settings = { cores = 0;