From e35f409ae27eac40a3208f5027f486cfee2e3ad3 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 4 Oct 2024 17:28:10 +0100 Subject: [PATCH] Fix. Removing the unneccesary nix-version input Signed-off-by: Eoghan Conlon --- README.md | 5 +---- docker_nix/action.yml | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index c5ca6b7..aa77807 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,7 @@ jobs: ``` ## Docker Nix -This action is used to get nix into the docker user deploy system. For this to work, replace the curly brackets with your -desired Nix version. +This action is used to get nix into the docker user deploy system. ### v7 ```yaml jobs: @@ -115,6 +114,4 @@ jobs: runs-on: docker steps: uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7 - with: - nix_version: {insert_nix_version_here} ``` diff --git a/docker_nix/action.yml b/docker_nix/action.yml index 5b8de4f..4f4371f 100644 --- a/docker_nix/action.yml +++ b/docker_nix/action.yml @@ -1,10 +1,5 @@ name: 'Get image ready to run nix jobs' description: 'Update apt repositories and installing sudo' -inputs: - nix_path: - description: 'Nix channel to be followed' - required: false - default: 'nixpkgs=channel:nixos-unstable' runs: using: 'composite' steps: