nix: fix package name

This commit is contained in:
Robin Appelman 2024-04-08 23:06:03 +02:00
commit b0545a6d4e

View file

@ -10,7 +10,7 @@
version = (fromTOML (readFile ./Cargo.toml)).package.version; version = (fromTOML (readFile ./Cargo.toml)).package.version;
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "palantir"; pname = "palantir";
inherit src version; inherit src version;