From 7c03b7936ff4f015fac2a50760842d5b44a36dbc Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 30 Oct 2013 20:34:53 +0100 Subject: release: Add environments in addition to machines. Signed-off-by: aszlig --- release.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 85c4ed00..e245398f 100644 --- a/release.nix +++ b/release.nix @@ -1,5 +1,9 @@ with import ; -mapAttrs (name: configuration: (import { - inherit configuration; -}).system) (import ./network.nix) +{ + machines = mapAttrs (name: configuration: (import { + inherit configuration; + }).system) (import ./network.nix); + + envs = (import ./envs) (import {}); +} -- cgit 1.4.1