mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-03-14 16:26:05 +01:00
flash
This commit is contained in:
parent
1bf865f4cf
commit
7f399354d0
4 changed files with 71 additions and 0 deletions
4
custom-pkgs/flash-glove80/default.nix
Normal file
4
custom-pkgs/flash-glove80/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs }: pkgs.writeShellApplication {
|
||||
name = "flash-glove80";
|
||||
text = builtins.readFile ./flash.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue