diff options
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 1ae94ac..b379943 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -1,4 +1,4 @@ -{ nixpkgs ? import ./Bild.nix {} }: +{ nixpkgs ? import ./Bild.nix { } }: with nixpkgs; # Cloud infrastructure, always online. Mostly for messaging-related stuff. |