Try to set up build in nixos
Some checks failed
Rust / build (push) Failing after 6s

This commit is contained in:
Simon Goller 2024-06-29 12:44:33 +00:00
parent f65d358fcf
commit 4a32382293

View file

@ -13,9 +13,11 @@ env:
jobs:
build:
runs-on: native
runs-on: nixos
steps:
- name: Install node
run: nix-env -iA nixpkgs.nodejs
- uses: actions/checkout@v4
- name: Install cargo
run: nix-env -A nixos.cargo