mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
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; }
|