Compare commits
1 commit
a12b2ba881
...
d4997ba0c1
Author | SHA1 | Date | |
---|---|---|---|
d4997ba0c1 |
2 changed files with 10 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
{ lib, rustPlatform, cleanRustSrc }:
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
cleanRustSrc,
|
||||
}:
|
||||
let
|
||||
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
|
||||
inherit (cargoToml.package) name version description;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ lib, rustPlatform, cleanRustSrc }:
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
cleanRustSrc,
|
||||
}:
|
||||
let
|
||||
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
|
||||
inherit (cargoToml.package) name version description;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue