mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-15 16:27:55 +00:00
avoid using nixpkgs to install cachix, to avoid stressing github's rate limits
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user