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" "segger-jlink-qt4-796s"
]; ];
}; };
in [ in [ ];
(self: super: {
inherit (nonrecursive-unstable-pkgs)
fcitx5-mozc
;
})
];
}; };
pkgs = import nixpkgs pkgs-config; pkgs = import nixpkgs pkgs-config;