Compare commits

..

1 commit

Author SHA1 Message Date
a12b2ba881
refactor: clean up scripts
Some checks failed
/ check (push) Failing after 8s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
Tidy up the script logic and deduplicate it a bit.
2025-05-16 19:04:21 +02:00
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +1,4 @@
{
lib,
rustPlatform,
cleanRustSrc,
}:
{ lib, rustPlatform, cleanRustSrc }:
let
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
inherit (cargoToml.package) name version description;

View file

@ -1,8 +1,4 @@
{
lib,
rustPlatform,
cleanRustSrc,
}:
{ lib, rustPlatform, cleanRustSrc }:
let
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
inherit (cargoToml.package) name version description;