summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/repunit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/repunit.nix')
-rw-r--r--makefu/1systems/repunit.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/repunit.nix b/makefu/1systems/repunit.nix
index f9421cfa..bf6ff9fb 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
+ ];
}