summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-11-20 17:49:30 +0100
committerRory& <root@rory.gay>2025-11-20 17:49:30 +0100
commite5177a8f07a3770f508e6e95ff4ff91f5374afea (patch)
treec0719c3533a412db0d405225d26f28461d455b16
parentNix: add missing lib specifier in module (diff)
downloadserver-ts-e5177a8f07a3770f508e6e95ff4ff91f5374afea.tar.xz
Nix/docker: use specified system
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix

index ea784cc2..776920bc 100644 --- a/flake.nix +++ b/flake.nix
@@ -100,7 +100,7 @@ tag = "latest"; contents = [ self.packages.${system}.default ]; config = { - Cmd = [ "${self.outputs.packages.x86_64-linux.default}/bin/start-bundle" ]; + Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-bundle" ]; Expose = [ "3001" ]; }; };