diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 20:08:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 20:08:18 +0200 |
commit | fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c (patch) | |
tree | 79b80093d0880b68969ba3f9b7e4f12bb0c18e42 /nix/default.nix | |
parent | cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b (diff) | |
download | utils-fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c.tar utils-fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c.tar.gz utils-fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c.tar.bz2 utils-fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c.tar.xz utils-fa8ffecc5e423ad7f31725568e1b03a5ac7dbc4c.zip |
typo
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index de52fd4..36aaa22 100644 --- a/nix/default.nix +++ b/nix/default.nix | |||
@@ -4,5 +4,5 @@ let | |||
4 | pkgs = import <nixpkgs> {}; | 4 | pkgs = import <nixpkgs> {}; |
5 | in rec { | 5 | in rec { |
6 | cliparg = pkgs.callPackage ./cliparg.nix {}; | 6 | cliparg = pkgs.callPackage ./cliparg.nix {}; |
7 | rebuild-system = pkgs.callPackage ./system-rebuild.nix {}; | 7 | rebuild-system = pkgs.callPackage ./rebuild-system.nix {}; |
8 | } | 8 | } |