Skip to content

Commit

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

0 comments on commit 2e4c1ce

Please # to comment.