improvements

This commit is contained in:
Lukas Wurzinger 2025-04-09 01:23:09 +02:00
parent a8898b3750
commit 0d6662bdc7
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -2,5 +2,5 @@
writeShellApplication {
name = "weave";
text = builtins.readFile ./weave.bash;
text = builtins.readFile ../../weave;
}