nixpkgs/pkgs/build-support/snap/default.nix

5 lines
74 B
Nix
Raw Normal View History

2019-06-18 16:51:58 +00:00
{ callPackage, hello }:
{
makeSnap = callPackage ./make-snap.nix { };
}