diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 18:48:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 18:48:51 +0200 |
commit | 2968aa8fb03db8c8d27c8a7669fb362efd40c6cc (patch) | |
tree | 48e6fb5389d41d4128bff0a11168fc470230e6c6 /nix/default.nix | |
parent | 7782c7fcc926f04a948bdfca79929cad759fca73 (diff) | |
parent | dd28d96d3469a46888ac4e1103818978aa4fc51b (diff) | |
download | utils-2968aa8fb03db8c8d27c8a7669fb362efd40c6cc.tar utils-2968aa8fb03db8c8d27c8a7669fb362efd40c6cc.tar.gz utils-2968aa8fb03db8c8d27c8a7669fb362efd40c6cc.tar.bz2 utils-2968aa8fb03db8c8d27c8a7669fb362efd40c6cc.tar.xz utils-2968aa8fb03db8c8d27c8a7669fb362efd40c6cc.zip |
Merge ymir:.nixpkgs/utils
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 9aadc46..36aaa22 100644 --- a/nix/default.nix +++ b/nix/default.nix | |||
@@ -3,5 +3,6 @@ | |||
3 | let | 3 | let |
4 | pkgs = import <nixpkgs> {}; | 4 | pkgs = import <nixpkgs> {}; |
5 | in rec { | 5 | in rec { |
6 | cliparg = pkgs.callPackage (import ./cliparg.nix) {}; | 6 | cliparg = pkgs.callPackage ./cliparg.nix {}; |
7 | rebuild-system = pkgs.callPackage ./rebuild-system.nix {}; | ||
7 | } | 8 | } |