- https://github.com/NixOS/nix/issues/8621
This commit is contained in:
parent
256b037a22
commit
185f9fa6a5
1 changed files with 6 additions and 3 deletions
|
@ -10,8 +10,11 @@ jobs:
|
|||
shell: bash
|
||||
steps:
|
||||
- name: Install sudo package
|
||||
run: apt update && apt install sudo
|
||||
run: apt update && apt install sudo jq
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@v27
|
||||
- name: Check flake configuration
|
||||
run: nix flake check
|
||||
- name: Show flake info
|
||||
run: nix flake metadata && nix flake show
|
||||
# Re-enable when https://github.com/NixOS/nix/issues/8621 is resolved
|
||||
# - name: Check flake configuration
|
||||
# run: nix flake check
|
Loading…
Reference in a new issue