1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-12 12:01:08 +01:00

anki: enable tests on Darwin

Anki is no longer marked as broken in nixpkgs.
This commit is contained in:
June Stepp 2025-12-06 14:33:41 -06:00 committed by Austin Horstman
parent caa47b637d
commit e5b1f87841

View file

@ -1,7 +1,4 @@
{ lib, pkgs, ... }: {
# Anki is currently marked as broken on Darwin (2025/06/23)
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
anki-minimal-config = ./minimal-config.nix; anki-minimal-config = ./minimal-config.nix;
anki-full-config = ./full-config.nix; anki-full-config = ./full-config.nix;
} }