Commit 82be452

HPCesia <me@hpcesia.com>
2026-05-15 17:16:28
Remove arch suffix in label
1 parent f170f97
Changed files (1)
flake.nix
@@ -52,7 +52,7 @@
       in {
         packages.default = nix2container.buildImage {
           name = "repo.hpcesia.com/HPCesia/nix-act-image";
-          tag = "latest-${lib.removeSuffix "-linux" system}";
+          tag = "latest";
           initializeNixDatabase = true;
           maxLayers = 42;