mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-02 17:31:35 +00:00
ado: downgrade to nixos/nix:2.3.12 until the NixOS/nix#5797 fix arrives in a release
This commit is contained in:
parent
ffd9c09d1a
commit
cc16a9849b
@ -97,7 +97,7 @@ jobs:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: |
|
||||
docker run -i --name nix -v`pwd`:/src nixos/nix:latest <<EOF
|
||||
docker run -i --name nix -v`pwd`:/src nixos/nix:2.3.12 <<EOF
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
cachix use autc04
|
||||
chmod 1777 /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user