forked from Skynet/actions
Feat. Adding the rest of the steps to get nix to the action
This commit is contained in:
parent
d085245659
commit
44b3b2c23c
2 changed files with 11 additions and 1 deletions
|
@ -104,3 +104,5 @@ jobs:
|
|||
folder: "src"
|
||||
#destination: "subfolder"
|
||||
```
|
||||
|
||||
##
|
||||
|
|
|
@ -8,4 +8,12 @@ runs:
|
|||
run: |
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install sudo
|
||||
apt install sudo
|
||||
- uses: https://github.com/cachix/install-nix-action@v29
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
trusted-public-keys = skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
|
||||
substituters = https://nix-cache.skynet.ie/skynet-cache https://hydra.iohk.io https://cache.nixos.org/
|
||||
- shell: bash
|
||||
run: nix --version
|
Loading…
Reference in a new issue