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 516861c commit 8f67da3Copy full SHA for 8f67da3
.github/workflows/ci.yaml
@@ -605,11 +605,11 @@ jobs:
605
with:
606
submodules: "recursive"
607
- name: Check Nix flake inputs
608
- uses: DeterminateSystems/flake-checker-action@v8
+ uses: DeterminateSystems/flake-checker-action@v12
609
- name: Install Nix
610
- uses: cachix/install-nix-action@V27
+ uses: cachix/install-nix-action@V31
611
612
- nix_path: nixpkgs=channel:nixos-24.05
+ nix_path: nixpkgs=channel:nixos-25.05
613
- name: Check flake
614
run: nix flake check .?submodules=1#
615
0 commit comments