Skip to content

Commit

Permalink
build(per-system): fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Feb 5, 2025
1 parent fc81867 commit f6300b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/per-system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
pkgs.dockerTools.buildLayeredImage networkImageConfig;
fractopo-network-image-stream =
pkgs.dockerTools.streamLayeredImage networkImageConfig;
push-fractopo-fractopo-images = prev.writeShellApplication {
push-fractopo-images = prev.writeShellApplication {
name = "push-fractopo-images";
text = let

Expand Down

0 comments on commit f6300b1

Please sign in to comment.