From 4fffa8784a015b58a52b14888e39efafb9d49626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 26 Aug 2025 20:23:43 +0200 Subject: [PATCH] chore: remove version from image name --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f39ae65..99b8cd0 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,6 @@ runHook postBuild ''; installPhase = '' - find . install -D -m 755 -t $out/libexec ./build/slopvivors install -D -m 644 -t $out/libexec ./build/slopvivors.pck install -d -m 755 $out/bin @@ -158,7 +157,7 @@ ''; }; slopvivors_docker = pkgs.dockerTools.buildLayeredImage { - name = "slopvivors-docker-${version}"; + name = "slopvivors-docker"; tag = version; created = "now"; contents = [