This commit is contained in:
nora 2026-02-01 17:50:49 +01:00
parent 1bf865f4cf
commit 7f399354d0
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;
}