mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
5 lines
74 B
Nix
5 lines
74 B
Nix
{ callPackage, hello }:
|
|
{
|
|
makeSnap = callPackage ./make-snap.nix { };
|
|
}
|