feat(workflows/eval): Use nix runners
This commit is contained in:
parent
9026e89669
commit
cad5da6d1d
1 changed files with 1 additions and 8 deletions
|
@ -6,17 +6,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build_configs:
|
||||
runs-on: debian-latest
|
||||
runs-on: nix
|
||||
steps:
|
||||
- name: Install applications
|
||||
run: apt-get update && apt-get install sudo
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Build the nodes
|
||||
run: |
|
||||
# Enter the shell
|
||||
|
|
Loading…
Reference in a new issue