From 003990b6630d4b08d3bd1aa58bc1f4bb430154b2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 31 Aug 2019 00:50:27 -0700 Subject: depo: pass nixos as an argument this allows us to centralize the nixpkgs import. --- depo/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'depo/default.nix') diff --git a/depo/default.nix b/depo/default.nix index 131320d..e2c5d6a 100644 --- a/depo/default.nix +++ b/depo/default.nix @@ -1,5 +1,6 @@ -{ -nutin-madaj = import ./nutin-madaj; -hikuj-zupip = import ./hikuj-zupip; +{ nixos }: +{ + nutin-madaj = import ./nutin-madaj { inherit nixos; }; + hikuj-zupip = import ./hikuj-zupip { inherit nixos; }; } -- cgit v1.2.3