From 58ff88492066a01db4348a7ec54390373ee5b0a3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 18:38:47 +0100 Subject: Incorporate labernix's release.nix into vuizvui's. The only thing that was missing was the pkgs attribute. Signed-off-by: aszlig --- release.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 1193e1bd..ab7a46c1 100644 --- a/release.nix +++ b/release.nix @@ -12,6 +12,12 @@ in with pkgs.lib; with builtins; { inherit system; }); + pkgs = import ./pkgs { + pkgs = import { + inherit system; + }; + }; + manual = let modules = import { modules = import ./modules/module-list.nix; -- cgit 1.4.1