remove plover from the flakenix too

This commit is contained in:
Charlotte 🦝 Delenk 2024-12-15 09:24:31 +01:00
parent 86c107902c
commit f54e5d5646
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 1 additions and 18 deletions

View file

@ -247,27 +247,10 @@ rec {
papermc
python-plover-stroke
python-rtf-tokenize
plover
plover-plugins-manager
python-simplefuzzyset
plover-plugin-emoji
plover-plugin-tapey-tape
plover-plugin-yaml-dictionary
plover-plugin-machine-hid
plover-plugin-rkb1-hid
plover-plugin-dotool-output
plover-dict-didoesdigital
miifox-net
plover-plugin-python-dictionary
plover-plugin-stenotype-extended
asar-asm
bsnes-plus
yiffstash
plover-plugin-dict-commands
plover-plugin-last-translation
plover-plugin-modal-dictionary
plover-plugin-stitching
plover-plugin-lapwing-aio
mgba-dev
;
};

View file

@ -1,7 +1,7 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p curl jq
set -e
PACKAGES="plover-plugins-manager plover-stroke rtf-tokenize plover-emoji plover-tapey-tape plover-yaml-dictionary simplefuzzyset mautrix tulir-telethon"
PACKAGES="mautrix tulir-telethon"
cat > tarballs.nix << EOF
{ fetchurl }: rec {