Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed May 14, 2024
1 parent daacd0d commit dd844a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
nativeCheckInputs = [ lua51Packages.busted util-linux neovim ];
# filter out one test that fails in the sandbox of nix
preCheck = let
exclude-tags = if stdenv.isDarwin then "nix,mac" else "nix";
exclude-tags = if stdenv.isDarwin then "nix" else "nix";
in ''
checkFlagsArray+=('BUSTED=busted --output TAP --exclude-tags=${exclude-tags}')
'';
Expand Down

0 comments on commit dd844a9

Please sign in to comment.