about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-13T16·25+0200
committertazjin <tazjin@tvl.su>2022-05-23T15·04+0000
commitf31edeec1bebcb98f0618c937505c7967e774236 (patch)
tree57668fbd70caa7603748f7a06aee9b3a2987a570 /ops
parent796ff086bea3e060e61d8c56d38441898025ed1c (diff)
refactor(nixery): Modernise structure of binaries r/4106
Nixery is going to gain a new binary (used for building images without
a registry server); to prepare for this the server binary has moved to
cmd/server and the Nix build logic has been updated to wrap this
binary and set the required environment variables.

Change-Id: I9b4f49f47872ae76430463e2fcb8f68114070f72
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5603
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/nixery.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/nixery.nix b/ops/modules/nixery.nix
index cb80eff2e5..4122f9ebbf 100644
--- a/ops/modules/nixery.nix
+++ b/ops/modules/nixery.nix
@@ -28,7 +28,7 @@ in
         StateDirectory = "nixery";
         Restart = "always";
         ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${storagePath}";
-        ExecStart = "${depot.tools.nixery.nixery-bin}/bin/nixery";
+        ExecStart = "${depot.tools.nixery.nixery}/bin/server";
       };
 
       environment = {