1
0
Fork 0
weave/package.nix

7 lines
106 B
Nix
Raw Permalink Normal View History

2025-04-07 21:20:41 +02:00
{writeShellApplication}:
writeShellApplication {
name = "weave";
2025-05-12 00:27:01 +02:00
text = builtins.readFile ./weave;
2025-04-07 21:20:41 +02:00
}