nix cleanups

This commit is contained in:
Robin Appelman 2026-05-01 15:23:51 +02:00
commit 19e26b476b
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
rustc = rust-bin.stable.latest.minimal;
};
in
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = cargoPackage.name;
inherit (cargoPackage) version;