cargoSnapshot: Fix meta attributes
This commit is contained in:
parent
e2d06c45b4
commit
a7a67e99b6
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
/* 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…
Reference in a new issue