Skip to content

Commit 3f8e6f2

Browse files
committed
ci/*: bump nix
1 parent 05da031 commit 3f8e6f2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/document.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: cachix/install-nix-action@v23
2626
with:
2727
extra_nix_config: "accept-flake-config = true"
28+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
2829
- name: Build
2930
id: build
3031
run: |

.github/workflows/flakehub-publish-rolling.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
accept-flake-config = true
2121
sandbox-fallback = false
2222
install_options: --daemon
23+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
2324
- uses: "actions/checkout@v4"
2425
- name: Update Nix
2526
run : nix profile install .#nix-flake-schemas_git

.github/workflows/needs-cache.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
accept-flake-config = true
2323
sandbox-fallback = false
2424
install_options: --daemon
25+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
2526
- name: Checkout code
2627
uses: actions/checkout@v4
2728
with:

.github/workflows/nixpkgs-bump.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: cachix/install-nix-action@v23
2525
with:
2626
extra_nix_config: "accept-flake-config = true"
27+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
2728
- uses: actions/checkout@v4
2829
- name: Update nixpkgs flake
2930
run: nix flake lock --update-input nixpkgs || exit 1; git diff --exit-code flake.lock && exit 1 || exit 0

0 commit comments

Comments
 (0)