mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
nix: fix package name
This commit is contained in:
parent
d4bef4ac01
commit
b0545a6d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
version = (fromTOML (readFile ./Cargo.toml)).package.version;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "palantir";
|
||||
pname = "palantir";
|
||||
|
||||
inherit src version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue