add usb stick device

This commit is contained in:
jopejoe1 2025-02-23 15:27:31 +01:00
parent 530a9d9d13
commit 556ed595dd
2 changed files with 64 additions and 0 deletions

View file

@ -34,4 +34,5 @@ in
ebisu = mkSystem "x86_64-unknown-linux-gnu" "ebisu";
hetzner = mkSystem "x86_64-unknown-linux-gnu" "hetzner";
zap = mkSystem "x86_64-unknown-linux-gnu" "zap";
copy-pasta = mkSystem "x86_64-unknown-linux-gnu" "copy-pasta";
}