mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-25 20:18:50 +00:00
avoid using nixpkgs to install cachix, to avoid stressing github's rate limits
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user