We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4362 commit 0070c0bCopy full SHA for 0070c0b
.github/workflows/ci.yaml
@@ -37,7 +37,22 @@ jobs:
37
- name: Check nixpkgs-unstable
38
run: nix flake check -L --show-trace
39
40
+ - run: nix eval .#lib.x86_64-linux.run --show-trace
41
+
42
+ tests-flakes-stable:
43
+ strategy:
44
+ matrix:
45
+ os: [ubuntu-latest, macos-latest]
46
+ runs-on: ${{ matrix.os }}
47
+ steps:
48
+ - uses: actions/checkout@v4
49
+ - uses: cachix/install-nix-action@v30
50
+ - uses: cachix/cachix-action@v15
51
+ with:
52
+ name: pre-commit-hooks
53
+ signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
54
+ - run: rm -rf /opt&
55
56
- name: Check nixpkgs-stable
57
run: nix flake check -L --show-trace --override-input nixpkgs github:NixOS/nixpkgs/nixos-24.11
58
- - run: nix eval .#lib.x86_64-linux.run --show-trace
0 commit comments