cleanup
This commit is contained in:
parent
0d6662bdc7
commit
3f9e20dd42
5 changed files with 7 additions and 296 deletions
6
package.nix
Normal file
6
package.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{writeShellApplication}:
|
||||
writeShellApplication {
|
||||
name = "weave";
|
||||
|
||||
text = builtins.readFile ./weave;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue