File tree Expand file tree Collapse file tree 7 files changed +16
-7
lines changed
Expand file tree Collapse file tree 7 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : false
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : false
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : false
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : true
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : false
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 persist-credentials : true
20- - uses : DeterminateSystems/nix-installer-action@v21
20+ - name : Install Nix
21+ uses : nixbuild/nix-quick-install-action@master
2122 - name : Magic Nix Cache(Use Github Actions Cache)
2223 uses : DeterminateSystems/magic-nix-cache-action@main
2324 - name : Configure to use personal binary cache @ Cachix
Original file line number Diff line number Diff line change 4141 id-token = "write" ;
4242 } ;
4343 common-post-actions = [
44- inputs . actions-nix . lib . steps . DeterminateSystemsNixInstallerAction
44+ {
45+ name = "Install Nix" ;
46+ uses = "nixbuild/nix-quick-install-action@master" ;
47+ }
4548 {
4649 name = "Magic Nix Cache(Use Github Actions Cache)" ;
4750 uses = "DeterminateSystems/magic-nix-cache-action@main" ;
You can’t perform that action at this time.
0 commit comments