mirror of
https://github.com/autc04/Retro68.git
synced 2024-09-10 19:56:03 +00:00
avoid using nixpkgs to install cachix, to avoid stressing github's rate limits
This commit is contained in:
parent
353b9713b1
commit
d4636b5c86
@ -100,7 +100,7 @@ jobs:
|
||||
displayName: Install Nix
|
||||
- script: |
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
nix profile install --accept-flake-config nixpkgs#cachix
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
cachix use autc04
|
||||
displayName: Setup Cachix
|
||||
- checkout: self
|
||||
@ -140,7 +140,7 @@ jobs:
|
||||
displayName: Install Nix
|
||||
- script: |
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
nix profile install --accept-flake-config nixpkgs#cachix
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
cachix use autc04
|
||||
displayName: Setup Cachix
|
||||
- checkout: self
|
||||
|
Loading…
Reference in New Issue
Block a user