We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b8147 commit 677afa0Copy full SHA for 677afa0
.github/workflows/build.yml
@@ -43,3 +43,19 @@ jobs:
43
run: cargo check --release
44
- name: Cargo check doc on Rust ${{ matrix.toolchain }}
45
run: cargo doc --release
46
+ check-flake:
47
+ name: Check Nix Flake
48
+ runs-on: ubuntu-latest
49
+ strategy:
50
+ fail-fast: true
51
+ steps:
52
+ - name: Checkout
53
+ uses: actions/checkout@v4
54
+ - name: Check Nix flake inputs
55
+ uses: DeterminateSystems/flake-checker-action@v8
56
+ - name: Install Nix
57
+ uses: cachix/install-nix-action@v31
58
+ with:
59
+ nix_path: nixpkgs=channel:nixos-25.05
60
+ - name: Check flake
61
+ run: nix flake check
0 commit comments