generated from Skynet/deploy_user
test: see if using an action to isntall nix will work
Some checks failed
On_Push / build (push) Failing after 46s
Some checks failed
On_Push / build (push) Failing after 46s
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
0e7cb234df
commit
ae76b04df9
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
# build it using teh base nixos system, helps with caching
|
||||
runs-on: nix
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://github.com/cachix/install-nix-action@v29
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix --version
|
||||
# get the repo first
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
# Make sure all files are pulled down
|
||||
|
|
Loading…
Reference in a new issue