diff options
author | Ben Sima <ben@bsima.me> | 2021-04-19 11:16:30 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:34 -0500 |
commit | 273a717ecf3f52d14e10001710c5267f6277f710 (patch) | |
tree | c955225a1d1d6d314fffaabd04e7061e30d9b6e6 /Biz/Cloud.nix | |
parent | d7846179146cd9eee85339d69d1bc057665d4f34 (diff) |
Move Biz/Bild/Rules.nix -> Biz/Bild.nix
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r-- | Biz/Cloud.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index 44fb5a8..6eece13 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -1,4 +1,4 @@ -{ bild ? import ./Bild/Rules.nix {} }: +{ bild ? import ./Bild.nix {} }: # Cloud infrastructure, always online. Mostly for messaging-related stuff. |