15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"Fetch from GitHub": {
|
|
"prefix": "fetchFromGitHub",
|
|
"description": "Fetch a repo from github",
|
|
"body": [
|
|
"pkgs.fetchFromGitHub {",
|
|
"\towner = \"$1\";",
|
|
"\trepo = \"$2\";",
|
|
"\trev = \"\";",
|
|
"\tsha256 = \"\";",
|
|
"}$0"
|
|
]
|
|
}
|
|
}
|