Doc. Documenting the nix_version input

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-01 10:05:17 +01:00
parent 38685b8e2d
commit 92eac99ce5

View file

@ -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}
```