Adding action to add nix capabilities to docker runner #2
1 changed files with 3 additions and 2 deletions
|
@ -106,7 +106,8 @@ jobs:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Nix
|
## 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
|
### v7
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -115,5 +116,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
||||||
with:
|
with:
|
||||||
nix_version: nixos-unstable
|
nix_version: {insert_nix_version_here}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue