This commit is contained in:
parent
554e706717
commit
a3bc83262d
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: debian-latest
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- run: nix flake check --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue