flake.nix: remove fcitx5-mozc from unstable overlay

This commit is contained in:
2024-12-05 10:23:10 +01:00
parent acd1ac89e5
commit 101f0f6ca0

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;