Doc. Adding documentation for the new action

This commit is contained in:
Eoghan Conlon 2024-09-30 21:26:47 +01:00
parent 44b3b2c23c
commit 340c263734

View file

@ -105,4 +105,13 @@ jobs:
#destination: "subfolder"
```
##
## Docker Nix
This action is used to get nix into the docker user deploy system.
### vx
```yaml
jobs:
build:
runs-on: docker
steps:
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@vx
```