flake.nix: remove fcitx5-mozc from unstable overlay

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-05 10:23:10 +01:00
parent acd1ac89e5
commit 101f0f6ca0
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -93,13 +93,7 @@
"segger-jlink-qt4-796s"
];
};
in [
(self: super: {
inherit (nonrecursive-unstable-pkgs)
fcitx5-mozc
;
})
];
in [ ];
};
pkgs = import nixpkgs pkgs-config;