We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76b3498 + 7afe602 commit ffb53c0Copy full SHA for ffb53c0
.github/workflows/build.yml
@@ -17,5 +17,5 @@ jobs:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # V27
19
with:
20
- nix_path: nixpkgs=channel:nixos-24.05
21
- - run: NIXPKGS_ALLOW_BROKEN=1 nix-build
+ nix_path: nixpkgs=channel:nixos-24.11
+ - run: nix-build
0 commit comments