This commit is contained in:
nora 2026-02-01 17:50:49 +01:00
parent ff2b25159b
commit 8f7efd276c
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs }: pkgs.writeShellApplication {
name = "flash-glove80";
text = builtins.readFile ./flash.sh;
}