Skip to content

Commit

Permalink
fix: using Entrypoint instead of Cmd in release.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacasolin committed Aug 9, 2022
1 parent 94ec1d2 commit d76a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in
mkdir -m 1777 tmp
'';
config = {
Cmd = [ "/bin/polykey" ];
Entrypoint = "/bin/polykey";
};
};
package = {
Expand Down

0 comments on commit d76a522

Please sign in to comment.