Skip to content

Commit

Permalink
fix pname
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jan 12, 2024
1 parent 78abe9b commit e393b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
src = sourceByRegex ./. ["Cargo.*" "(src|derive|benches|tests|examples.*)(/.*)?"];
in
rustPlatform.buildRustPackage rec {
name = "vbsp-server";
pname = "vbsp-server";
version = "0.1.0";

inherit src;
Expand Down

0 comments on commit e393b88

Please sign in to comment.