Adding action to add nix capabilities to docker runner #2
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -115,3 +115,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
||||||
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
## Nix build Deploy user
|
||||||
|
This action can build your website if you develop it using different methods than writing HTML. Only pre-requisite is that
|
||||||
|
this action uses the Nix build command, so your repository requires a nix flake.
|
||||||
|
```yaml
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
uses: https://forgejo.skynet.ie/Skynet/actions/nix-build_deploy@v7
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue
Id say just set it to be
v7
, since that is what I will be tagging it withPerfect, was more leaving it as generic as I wanted to have one change at the end for the version