diff options
author | Alan Pearce | 2024-05-04 09:27:40 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 12:17:12 +0200 |
commit | 782e0000196146183ee4a7e91e60424c24652d2f (patch) | |
tree | b21a2690ed3ecbd7085f653d1ba53a1236708a58 /system/settings/configuration | |
parent | 72e7e31cefd86fba84924c9b579020a4b733426c (diff) | |
download | nixfiles-782e0000196146183ee4a7e91e60424c24652d2f.tar.lz nixfiles-782e0000196146183ee4a7e91e60424c24652d2f.tar.zst nixfiles-782e0000196146183ee4a7e91e60424c24652d2f.zip |
nix: set nix.nixPath
Diffstat (limited to 'system/settings/configuration')
-rw-r--r-- | system/settings/configuration/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 57c7cedf..97cd7aeb 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -3,6 +3,7 @@ , pkgs , ... }: { + imports = [ ../pin.nix ]; nix = { settings = { cores = lib.mkDefault 0; |