aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine')
-rw-r--r--nixos/machine/mrpump.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/machine/mrpump.nix b/nixos/machine/mrpump.nix
index 0740085..e3af017 100644
--- a/nixos/machine/mrpump.nix
+++ b/nixos/machine/mrpump.nix
@@ -101,7 +101,7 @@ with lib;
};
configPath = "$HOME/.gitlab-runner/config.toml";
configureScript = pkgs.writeShellScript "gitlab-runner-configure" ''
- docker load < ${localNix}
+ ${pkgs.docker}/bin/docker load < ${localNix}
mkdir -p $(dirname ${configPath})
${pkgs.gawk}/bin/awk '{
for(varname in ENVIRON)