mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 20:11:06 +01:00
anki: enable tests on Darwin
Anki is no longer marked as broken in nixpkgs.
This commit is contained in:
parent
caa47b637d
commit
e5b1f87841
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue