Compare commits

..

2 Commits

Author SHA1 Message Date
ebed63b0a2 Allow installation path to redirect 2020-03-11 19:29:13 +01:00
5c21a08208 README: bump actions 2020-03-01 11:47:40 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- uses: cachix/install-nix-action@v6 - uses: cachix/install-nix-action@v7
- run: nix-build - run: nix-build
``` ```

View File

@ -26,7 +26,7 @@ nixConf
# Needed due to multi-user being too defensive # Needed due to multi-user being too defensive
export ALLOW_PREEXISTING_INSTALLATION=1 export ALLOW_PREEXISTING_INSTALLATION=1
sh <(curl https://nixos.org/nix/install) --daemon sh <(curl -L https://nixos.org/nix/install) --daemon
# write nix.conf again as installation overwrites it # write nix.conf again as installation overwrites it
nixConf nixConf