1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-03-25 18:48:52 +01:00
parent 92f097cb82
commit 64596a073c
No known key found for this signature in database
13 changed files with 192 additions and 404 deletions

View file

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