From ddf8c41e9107911d0979c2747791aca859dd0362 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 15 Apr 2015 17:44:49 +0200 Subject: Add a default.nix which servers as vuizvui root. In the end we want to have something like (import {}), which exports all stuff we need for building machines, packages, providing custom helper functions and much more. And all that by using a channel instead of setting NIX_PATH directly :-) Signed-off-by: aszlig --- release.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index df290475..5dd77653 100644 --- a/release.nix +++ b/release.nix @@ -19,9 +19,7 @@ in with pkgsUpstream.lib; with builtins; { pkgs = let releaseLib = import { inherit supportedSystems; - packageSet = attrs: (import ./pkgs { - pkgs = import attrs; - }) // { inherit (pkgsUpstream) lib; }; + packageSet = attrs: (import ./default.nix attrs).pkgs; }; in with releaseLib; mapTestOn (packagePlatforms releaseLib.pkgs); -- cgit 1.4.1