Adding action to add nix capabilities to docker runner #2
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue