1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 04:57:44 +00:00

fix: pr workflow

This commit is contained in:
Kevin Amado 2022-02-07 21:53:07 -05:00
parent 7bd2e9431a
commit 41484e4f2e
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -15,9 +15,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Build - name: Build
uses: docker://nixos/nix uses: docker://nixos/nix
run: | with:
nix build \ args:
--extra-experimental-features flakes \ nix build
--extra-experimental-features nix-command \ --extra-experimental-features flakes
--print-build-logs \ --extra-experimental-features nix-command
--print-build-logs
--verbose --verbose