1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/build-support/snap/default.nix

5 lines
74 B
Nix
Raw Normal View History

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