1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-05-12 00:27:01 +02:00
parent 0d6662bdc7
commit 3f9e20dd42
No known key found for this signature in database
5 changed files with 7 additions and 296 deletions

6
package.nix Normal file
View file

@ -0,0 +1,6 @@
{writeShellApplication}:
writeShellApplication {
name = "weave";
text = builtins.readFile ./weave;
}