8 lines
153 B
Nix
8 lines
153 B
Nix
{ stdenv, fetchurl, zlib }:
|
|
|
|
/* Cargo binary snapshot */
|
|
|
|
with ((import ./common.nix) { inherit stdenv fetchurl zlib; });
|
|
|
|
snapshot // { inherit meta; }
|