Add a flake template
This commit is contained in:
parent
7987a23f07
commit
66b818dcf7
|
@ -33,5 +33,10 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
templates.source = {
|
||||||
|
path = builtins.path { path = ./template; name = "source"; };
|
||||||
|
description = "A basic intake source config";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"action": {
|
||||||
|
"fetch": {
|
||||||
|
"exe": "",
|
||||||
|
"args": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue