mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-05 08:17:05 +00:00
crane.nix: Suppress warning of missing version attribute in Cargo.toml (#53)
This commit is contained in:
parent
b1fb790b5f
commit
2568e6df7a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ let
|
|||
|
||||
cargoArtifacts = craneLib.buildDepsOnly {
|
||||
pname = "attic";
|
||||
inherit src nativeBuildInputs buildInputs;
|
||||
inherit src version nativeBuildInputs buildInputs;
|
||||
|
||||
# By default it's "use-symlink", which causes Crane's `inheritCargoArtifactsHook`
|
||||
# to copy the artifacts using `cp --no-preserve=mode` which breaks the executable
|
||||
|
|
Loading…
Add table
Reference in a new issue