mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-06 07:29:54 +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
|
displayName: Install Nix
|
||||||
- script: |
|
- script: |
|
||||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
. /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
|
cachix use autc04
|
||||||
displayName: Setup Cachix
|
displayName: Setup Cachix
|
||||||
- checkout: self
|
- checkout: self
|
||||||
@ -140,7 +140,7 @@ jobs:
|
|||||||
displayName: Install Nix
|
displayName: Install Nix
|
||||||
- script: |
|
- script: |
|
||||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
. /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
|
cachix use autc04
|
||||||
displayName: Setup Cachix
|
displayName: Setup Cachix
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user