Fix workflow
This commit is contained in:
parent
ed5dc229b7
commit
7fc776370e
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ name: Build runner image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos
|
||||
|
|
|
|||
Loading…
Reference in a new issue