File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
nixpkgs_channel : nixpkgs=channel:nixos-23.11
10
+ oldest_supported_installer : nix-2.8.0
11
+ # Fetch new versions from the Nix CI run: https://github.com/NixOS/nix/blob/master/.github/workflows/ci.yml
12
+ # TODO: add pinning upstream or rethink this
13
+ pinned_installer_hash : zfzfrbb59jsqrfkldwj8drcr9nhhc49k
10
14
11
15
jobs :
12
16
simple-build :
99
103
with :
100
104
nix_path : ${{ env.nixpkgs_channel }}
101
105
install_options : --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve
102
- install_url : https://nixos-nix-install-tests.cachix.org/serve/s62m7lc0q0mz2mxxm9q0kkrcg90njzhq /install
106
+ install_url : https://nixos-nix-install-tests.cachix.org/serve/${{ env.pinned_installer_hash }} /install
103
107
- run : nix-build test.nix
104
108
105
109
oldest-supported-installer :
@@ -117,7 +121,7 @@ jobs:
117
121
uses : ./
118
122
with :
119
123
nix_path : ${{ env.nixpkgs_channel }}
120
- install_url : https://releases.nixos.org/nix/nix-2.8.0 /install
124
+ install_url : https://releases.nixos.org/nix/${{ env.oldest_supported_installer }} /install
121
125
- run : nix-build test.nix
122
126
123
127
act-support :
You can’t perform that action at this time.
0 commit comments