remove plover from the flakenix too
This commit is contained in:
parent
86c107902c
commit
f54e5d5646
2 changed files with 1 additions and 18 deletions
17
flake.nix
17
flake.nix
|
@ -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
|
||||
;
|
||||
};
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue