From 0830841bf55bb53bb3e86dcb0576cbcc1feb557a Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 May 2014 05:15:23 +0200 Subject: collections: Add more commonly used packages. This means I can finally wipe out my env with all that crap I played around with but don't actually need. Signed-off-by: aszlig --- envs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'envs') diff --git a/envs/default.nix b/envs/default.nix index 7ec40e8f..730e82cc 100644 --- a/envs/default.nix +++ b/envs/default.nix @@ -13,6 +13,7 @@ with pkgs; }; collection = import ../collections/aszlig.nix pkgs; in lib.mapAttrsToList genAszligEnv collection; + ignoreCollisions = true; }; catapultEnv = myEnvFun { -- cgit 1.4.1