forked from Skynet/actions
Fix. Seeing if the underscore was what was causing the issue with this
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
abcd2cb649
commit
fe8e9ed67e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
name: 'Get image ready to run nix jobs'
|
||||
description: 'Update apt repositories and installing sudo'
|
||||
inputs:
|
||||
nix_version:
|
||||
nix-version:
|
||||
description: 'Nix version to be installed'
|
||||
required: false
|
||||
default: nixos-unstable
|
||||
|
@ -16,7 +16,7 @@ runs:
|
|||
apt install sudo
|
||||
- uses: https://github.com/cachix/install-nix-action@v29
|
||||
with:
|
||||
nix_path: nixpkgs=channel:${{ inputs.nix_version }}
|
||||
nix_path: nixpkgs=channel:${{ inputs.nix-version }}
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue