This commit is contained in:
Lukas Wurzinger 2025-07-26 15:39:07 +02:00
parent 996bcd0fa1
commit f022074dd6
No known key found for this signature in database
4 changed files with 63 additions and 19 deletions

View file

@ -1,12 +1,14 @@
{
writeShellApplication,
jq,
rsync,
}:
writeShellApplication {
name = "jq";
name = "flendor";
runtimeInputs = [
jq
rsync
];
text = builtins.readFile ./flendor;