diff --git a/flake.nix b/flake.nix index 9e6ba652..c3a352fa 100644 --- a/flake.nix +++ b/flake.nix @@ -176,7 +176,7 @@ mkOciImage = pkgs: package: pkgs.dockerTools.buildImage { name = package.pname; - tag = "latest"; + tag = "main"; config = { # Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT) # are handled as expected