mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 01:54:27 +00:00
re-setup nix.conf after installation
This commit is contained in:
parent
9420096b1d
commit
16107722cd
3 changed files with 34 additions and 15 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
|||
- run: yarn test
|
||||
- name: Install Nix
|
||||
uses: ./
|
||||
- run: nix-build test.nix
|
||||
- run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde
|
||||
- run: cat /etc/nix/nix.conf
|
||||
# cachix should be available and be able to configure a cache
|
||||
- run: cachix use cachix
|
||||
- run: cachix use cachix
|
||||
- run: nix-build test.nix
|
Loading…
Add table
Add a link
Reference in a new issue