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