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

5 lines
74 B
Nix

{ callPackage, hello }:
{
makeSnap = callPackage ./make-snap.nix { };
}