Nix/docker: use specified system

This commit is contained in:
Rory& 2025-11-20 17:49:30 +01:00
parent e5fe6bf7d2
commit e5177a8f07

View File

@ -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" ];
};
};