fixes
This commit is contained in:
parent
996bcd0fa1
commit
f022074dd6
4 changed files with 63 additions and 19 deletions
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
jq,
|
||||
rsync,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "jq";
|
||||
name = "flendor";
|
||||
|
||||
runtimeInputs = [
|
||||
jq
|
||||
rsync
|
||||
];
|
||||
|
||||
text = builtins.readFile ./flendor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue