xo-unit: github: allow unfree helvetica-neue font
This commit is contained in:
parent
52f8aec04f
commit
d2a8d9bbe5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix-main.yml
vendored
3
.github/workflows/nix-main.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue