test: see if using an action to isntall nix will work
Some checks failed
On_Push / build (push) Failing after 46s

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-09-28 13:23:52 +00:00
parent 0e7cb234df
commit ae76b04df9

View file

@ -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