Skip to content

Commit

Permalink
tests/lomiri-music-app: Stop OfBorg from trying to build it on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Dec 23, 2024
1 parent 7dcf738 commit 70ce0ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/tests/lomiri-music-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ let
in
{
name = "lomiri-music-app-standalone";
meta.maintainers = lib.teams.lomiri.members;
meta = {
maintainers = lib.teams.lomiri.members;
# This needs a Linux VM
platforms = lib.platforms.linux;
};

nodes.machine =
{ config, pkgs, ... }:
Expand Down

0 comments on commit 70ce0ea

Please sign in to comment.