From 92eac99ce5a465d797b26bf0553a8a0ce293f9c2 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Tue, 1 Oct 2024 10:05:17 +0100 Subject: [PATCH] Doc. Documenting the nix_version input Signed-off-by: Eoghan Conlon --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 907f7d8..c5ca6b7 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,8 @@ jobs: ``` ## Docker Nix -This action is used to get nix into the docker user deploy system. +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. ### v7 ```yaml jobs: @@ -115,5 +116,5 @@ jobs: steps: uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7 with: - nix_version: nixos-unstable + nix_version: {insert_nix_version_here} ```