summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-12 17:13:39 -0800
committerBen Sima <ben@bsima.me>2020-11-12 17:21:13 -0800
commit890e44ebcc11c48f7347aa60748a84c48261aa5e (patch)
tree894e30ce7a0c81ef3968c04f82d068a65c15b0f5 /default.nix
parent19f5402bec9f6346463b83536cc22d7f4525bc18 (diff)
Get Biz.Dev setup again
Also correctly renamed the files (didn't work the first time thanks to the macOS filesystem) and moved the default build.os settings to a OsBase.nix file to be used via imports.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 8f2a382..882ffa5 100644
--- a/default.nix
+++ b/default.nix
@@ -11,6 +11,7 @@ in rec {
#
Biz.Cloud = build.os {
imports = [
+ ./Biz/OsBase.nix
./Biz/Packages.nix
./Biz/Users.nix
./Biz/Cloud/Chat.nix
@@ -29,6 +30,7 @@ in rec {
#
Biz.Dev = build.os {
imports = [
+ ./Biz/OsBase.nix
./Biz/Packages.nix
./Biz/Users.nix
./Biz/Dev/Configuration.nix
@@ -41,6 +43,7 @@ in rec {
#
Que.Prod = build.os {
imports = [
+ ./Biz/OsBase.nix
./Biz/Packages.nix
./Biz/Users.nix
./Que/Host.nix
@@ -63,6 +66,7 @@ in rec {
# Production server for herocomics.app
Hero.Prod = build.os {
imports = [
+ ./Biz/OsBase.nix
./Biz/Packages.nix
./Biz/Users.nix
./Hero/Service.nix