mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-03-14 16:26:05 +01:00
4 lines
106 B
Nix
4 lines
106 B
Nix
{ pkgs }: pkgs.writeShellApplication {
|
|
name = "flash-glove80";
|
|
text = builtins.readFile ./flash.sh;
|
|
}
|