Fix. Removing the unneccesary nix-version input
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
a8089bb1a9
commit
e35f409ae2
2 changed files with 1 additions and 9 deletions
|
@ -106,8 +106,7 @@ jobs:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Nix
|
## Docker Nix
|
||||||
This action is used to get nix into the docker user deploy system. For this to work, replace the curly brackets with your
|
This action is used to get nix into the docker user deploy system.
|
||||||
desired Nix version.
|
|
||||||
### v7
|
### v7
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -115,6 +114,4 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
|
||||||
with:
|
|
||||||
nix_version: {insert_nix_version_here}
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
name: 'Get image ready to run nix jobs'
|
name: 'Get image ready to run nix jobs'
|
||||||
description: 'Update apt repositories and installing sudo'
|
description: 'Update apt repositories and installing sudo'
|
||||||
inputs:
|
|
||||||
nix_path:
|
|
||||||
description: 'Nix channel to be followed'
|
|
||||||
required: false
|
|
||||||
default: 'nixpkgs=channel:nixos-unstable'
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue