Skip to content

Commit

Permalink
fix rename step in nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Oct 23, 2024
1 parent 1c0419f commit 17ec52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ buildGoApplication {
src = ./.;
modules = ./gomod2nix.toml;
postInstall = ''
mv $out/bin/narcos $out/bin/narc
[[ -f $out/bin/narcos ]] && mv $out/bin/narcos $out/bin/narc
'';
}

0 comments on commit 17ec52b

Please # to comment.