File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121 submodules : ' recursive'
2222
23- - uses : DeterminateSystems/ nix-installer- action@v14
23+ - uses : cachix/install- nix-action@v31.3.0
2424 with :
25- github-token : ' ' # # Override the default the token
25+ github_access_token : ' '
2626
2727 - name : Inject github token to nix config
2828 run : |
3434 - name : Restart Nix daemon
3535 run : sudo systemctl restart nix-daemon
3636
37- - uses : DeterminateSystems/magic -nix-cache- action@v8
37+ - uses : cachix/install -nix-action@v31.3.0
3838
3939 - name : Pre-populate nix-shell
4040 run : |
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 submodules : ' recursive'
17- - uses : DeterminateSystems/nix-installer-action@v14
18- - uses : DeterminateSystems/magic-nix-cache-action@v8
17+ 1918 - name : Test building the release images
2019 run : ./scripts/release.sh --skip-publish --build-bins
Original file line number Diff line number Diff line change 2626 if [ "${{ github.ref_type }}" == "tag" ]; then
2727 git fetch -f origin ${{ github.ref }}:${{ github.ref }}
2828 fi
29- - uses : DeterminateSystems/nix-installer-action@v14
30- - uses : DeterminateSystems/magic-nix-cache-action@v8
29+ 3130 - name : Login to Docker Hub
3231 uses : docker/login-action@v3
3332 with :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 submodules : ' recursive'
17- - uses : DeterminateSystems/nix-installer-action@v14
18- - uses : DeterminateSystems/magic-nix-cache-action@v8
17+ 1918 - name : Pre-populate nix-shell
2019 run : |
2120 export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121 submodules : ' recursive'
2222
23- - uses : DeterminateSystems/ nix-installer- action@v14
23+ - uses : cachix/install- nix-action@v31.3.0
2424 with :
25- github-token : ' ' # # Override the default the token
25+ github_access_token : ' '
2626
2727 - name : Inject github token to nix config
2828 run : |
3434 - name : Restart Nix daemon
3535 run : sudo systemctl restart nix-daemon
3636
37- - uses : DeterminateSystems/magic -nix-cache- action@v8
37+ - uses : cachix/install -nix-action@v31.3.0
3838
3939 - name : Pre-populate nix-shell
4040 run : |
You can’t perform that action at this time.
0 commit comments