diff options
author | lassulus <lass@aidsballs.de> | 2016-03-15 14:14:29 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-03-15 14:14:29 +0100 |
commit | 72939a2d6f45950dbfa6ec0815eae62e83d02630 (patch) | |
tree | d35ae568feeb1d1110be316ba8d434308e0aa780 /makefu/1systems/repunit.nix | |
parent | db3dd77f6de5964bcaa265bf8e5863d7647932f5 (diff) | |
parent | 2e317bfe747ec968d3b933ae4c0df68ad204021c (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/repunit.nix')
-rw-r--r-- | makefu/1systems/repunit.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/repunit.nix b/makefu/1systems/repunit.nix index f9421cfa2..bf6ff9fb6 100644 --- a/makefu/1systems/repunit.nix +++ b/makefu/1systems/repunit.nix @@ -41,7 +41,7 @@ }; # $ nix-env -qaP | grep wget - environment.systemPackages = with pkgs; [ - jq - ]; + environment.systemPackages = with pkgs; [ + jq + ]; } |