mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
nix cleanups
This commit is contained in:
parent
1d00c3973d
commit
19e26b476b
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
rustc = rust-bin.stable.latest.minimal;
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = cargoPackage.name;
|
||||
inherit (cargoPackage) version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue