changes
This commit is contained in:
parent
77eccec635
commit
16ea2e2d7c
18 changed files with 407 additions and 15 deletions
plow
6
plow/default.nix
Normal file
6
plow/default.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