xo-unit: github: allow unfree helvetica-neue font

This commit is contained in:
Roland Conybeare 2024-04-03 15:14:26 -04:00
commit d2a8d9bbe5

View file

@ -46,5 +46,6 @@ jobs:
echo "::endgroup" echo "::endgroup"
echo "::group::build xo-unit with nix" echo "::group::build xo-unit with nix"
(cd repo/xo-unit && nix build -L --print-build-logs .#xo-unit && tree ./result) export NIXPKGS_ALLOW_UNFREE=1
(cd repo/xo-unit && nix build --impure -L --print-build-logs .#xo-unit && tree ./result)
echo "::endgroup" echo "::endgroup"