File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010 determinate-nix-version :
1111 type : string
1212 required : true
13+ upstream-nix-version :
14+ type : string
15+ required : true
1316
1417concurrency :
1518 group : ${{ github.workflow }}
3639 git commit -m "Update test fixtures with the new nix-installer version" || true
3740
3841 sed -i 's#https://flakehub.com/f/DeterminateSystems/nix-src/=.*";#https://flakehub.com/f/DeterminateSystems/nix-src/=${{ inputs.determinate-nix-version }}";#' ./flake.nix
42+ sed -i 's#https://releases.nixos.org/nix/nix-.*/nix-.*-";#https://releases.nixos.org/nix/nix-${{ inputs.upstream-nix-version }}/nix-${{ inputs.upstream-nix-version }}-";#' ./flake.nix
3943 git add flake.nix
4044 git commit -m "Update Determinate Nix release to ${{ inputs.determinate-nix-version }}" || true
You can’t perform that action at this time.
0 commit comments