snapTools.makeSnap: init

This commit is contained in:
Graham Christensen
2019-06-18 18:51:58 +02:00
parent b5cf5ff20f
commit a82901fb5e
7 changed files with 205 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{ callPackage, hello }:
{
makeSnap = callPackage ./make-snap.nix { };
}