diff options
author | Alan Pearce | 2024-04-10 18:50:02 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-10 18:50:02 +0200 |
commit | 2b09b74ba617346a0c9c932543e658837ef9e5d2 (patch) | |
tree | 980c05a0e50d8026a0884c6015b440c31ebb2c6f /system/settings/configuration | |
parent | a2534b9daab7d39d2eeb005f7648b74bc72a8520 (diff) | |
download | nixfiles-2b09b74ba617346a0c9c932543e658837ef9e5d2.tar.lz nixfiles-2b09b74ba617346a0c9c932543e658837ef9e5d2.tar.zst nixfiles-2b09b74ba617346a0c9c932543e658837ef9e5d2.zip |
nix: pin nixpkgs to flake input globally and per-user
Diffstat (limited to 'system/settings/configuration')
-rw-r--r-- | system/settings/configuration/nix.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 6328f32e..4142fa34 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -2,6 +2,9 @@ , pkgs , ... }: { + imports = [ + ../../../pin.nix + ]; nix = { settings = { cores = 0; |