From 294eda4fdd1eda63ed640be0d2edca9165bb84fb Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Tue, 1 Oct 2024 11:30:12 +0100 Subject: [PATCH] Updating nix_path input name and description. Changing the nix-version to provide the channel too Signed-off-by: Eoghan Conlon --- docker_nix/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker_nix/action.yml b/docker_nix/action.yml index 5b9df6a..34cd35e 100644 --- a/docker_nix/action.yml +++ b/docker_nix/action.yml @@ -1,10 +1,10 @@ name: 'Get image ready to run nix jobs' description: 'Update apt repositories and installing sudo' inputs: - nix-version: - description: 'Nix version to be installed' + nix_path: + description: 'Nix channel to be followed' required: false - default: nixos-unstable + default: 'nixpkgs=channel:nixos-unstable' runs: using: 'composite' steps: @@ -16,7 +16,7 @@ runs: apt install sudo - uses: https://github.com/cachix/install-nix-action@v29 with: - nix_path: ${{ inputs.nix-version }} + nix_path: ${{ inputs.nix_path }} 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/