mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
anki: enable tests on Darwin
Anki is no longer marked as broken in nixpkgs.
This commit is contained in:
committed by
Austin Horstman
parent
caa47b637d
commit
e5b1f87841
@@ -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-full-config = ./full-config.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user