diff options
| author | Fuwn <[email protected]> | 2024-10-28 09:44:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 09:44:04 -0700 |
| commit | 1522254ec90eb05d8bb401b8cd3112ed1b383b0f (patch) | |
| tree | 98b3a878d525c1ad7e47f015e4744efd881d24f3 /modules/core/nix/default.nix | |
| parent | options: flip nix.extend default (diff) | |
| download | nixos-config-1522254ec90eb05d8bb401b8cd3112ed1b383b0f.tar.xz nixos-config-1522254ec90eb05d8bb401b8cd3112ed1b383b0f.zip | |
options: distributed builds nix option
Diffstat (limited to 'modules/core/nix/default.nix')
| -rw-r--r-- | modules/core/nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index f1919f0..2280f97 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -6,6 +6,7 @@ }: { imports = [ + ./distributed-builds.nix ./extended.nix ./nh.nix ]; |