From 886cf96f68172021d0ac9f8fbe32e4085b7487bb Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 1 Aug 2014 18:31:01 +0200 Subject: release: Drop envs attribute. I'm not using them anymore, except for the kernel env. And the latter has so few dependencies that even the slowest machine shouldn't need very long to compile. Signed-off-by: aszlig --- release.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index e2fbb789..ceaad6c8 100644 --- a/release.nix +++ b/release.nix @@ -4,8 +4,4 @@ with import ; machines = mapAttrs (name: configuration: (import { inherit configuration; }).system) (import ./network.nix); - - envs = (import ./envs) (import { - config = import ./nixpkgs/config.nix; - }); } -- cgit 1.4.1