what
This commit is contained in:
parent
92f097cb82
commit
64596a073c
13 changed files with 192 additions and 404 deletions
6
packages/plow/package.nix
Normal file
6
packages/plow/package.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{writeShellApplication}:
|
||||
writeShellApplication {
|
||||
name = "plow";
|
||||
|
||||
text = builtins.readFile ./plow.bash;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue