Add a flake template

This commit is contained in:
Tim Van Baak 2023-06-04 18:16:34 -07:00
parent 7987a23f07
commit 66b818dcf7
2 changed files with 15 additions and 0 deletions

View File

@ -33,5 +33,10 @@
'';
};
};
templates.source = {
path = builtins.path { path = ./template; name = "source"; };
description = "A basic intake source config";
};
};
}

10
template/intake.json Normal file
View File

@ -0,0 +1,10 @@
{
"action": {
"fetch": {
"exe": "",
"args": []
}
},
"env": {
}
}