about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-02 18:53:47 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-02 18:55:02 +0200
commitc07817541667d0ca551c352fe1c3feb2b6cf4200 (patch)
treedc6c5bf051088e66365f4199266a65d8baacfb4a /release.nix
parentb4f04ffb4354cdeecbf0613d31324a378b40a881 (diff)
Revert "release: Drop envs attribute."
This reverts commit 886cf96f68172021d0ac9f8fbe32e4085b7487bb.

Right now, this is still needed for aszligEnv until we have refactored
it to be a proper module.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

Conflicts:
	release.nix
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 52126c8c..4ea7a7f0 100644
--- a/release.nix
+++ b/release.nix
@@ -8,4 +8,8 @@ with import <nixpkgs/lib>;
   tests = {
     i3 = import ./tests/i3.nix { system = "x86_64-linux"; };
   };
+
+  envs = (import ./envs) (import <nixpkgs> {
+    config = import ./nixpkgs/config.nix;
+  });
 }