We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353b971 + d4636b5 commit 2c6272eCopy full SHA for 2c6272e
azure-pipelines.yml
@@ -100,7 +100,7 @@ jobs:
100
displayName: Install Nix
101
- script: |
102
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
103
- nix profile install --accept-flake-config nixpkgs#cachix
+ nix-env -iA cachix -f https://cachix.org/api/v1/install
104
cachix use autc04
105
displayName: Setup Cachix
106
- checkout: self
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
145
146
0 commit comments