Use rime-ice in nixpkgs instead of self-packaged
- remove package rime-ice - remove overlay of rime-ice - regenerate nvfetcher - add configuration for rime-ice - add zhwiki and moegirl as dict
This commit is contained in:
parent
ebb171dc3f
commit
d390953280
12 changed files with 110 additions and 71 deletions
|
|
@ -2,7 +2,6 @@
|
|||
inherit (prev) lib;
|
||||
in
|
||||
[
|
||||
./rime-ice.nix
|
||||
./TrackersListCollection.nix
|
||||
./OuterWildsTextAdventure.nix
|
||||
./editor-runtime.nix
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
rime-ice = outputs.packages."${system}".rime-ice;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue