From 7737f962a9a1ef8319e3deeb2b725a59dfdd0bdb Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <hg@lukegb.com> Date: Sat, 20 Mar 2021 12:17:41 +0000 Subject: [PATCH] marukuru/deployer: add jq somewhere more sensible --- ops/nixos/marukuru/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ops/nixos/marukuru/default.nix b/ops/nixos/marukuru/default.nix index c20e33f230..a5b50eefdd 100644 --- a/ops/nixos/marukuru/default.nix +++ b/ops/nixos/marukuru/default.nix @@ -166,9 +166,6 @@ in { ../lib/low-space.nix ]; networking.hosts = depot.ops.nixos.tailscaleIPs; - environment.systemPackages = with pkgs; [ - jq - ]; nix = { binaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ]; trustedBinaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ]; @@ -215,7 +212,7 @@ in { chmod -R u=rwX,go= /srv/gitlab-runner/.ssh ''; environment.systemPackages = with pkgs; [ - vim rxvt_unicode.terminfo rsync + vim rxvt_unicode.terminfo rsync jq depot.nix.pkgs.heptapod-runner-mercurial ]; };