cargoSnapshot: Fix meta attributes
This commit is contained in:
parent
e2d06c45b4
commit
a7a67e99b6
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
/* Cargo binary snapshot */
|
/* Cargo binary snapshot */
|
||||||
|
|
||||||
with ((import ./common.nix) {inherit stdenv fetchurl zlib; });
|
with ((import ./common.nix) { inherit stdenv fetchurl zlib; });
|
||||||
|
|
||||||
snapshot // meta
|
snapshot // { inherit meta; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user