This commit is contained in:
parent
554e706717
commit
4de4ba33d6
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: debian-latest
|
runs-on: nix
|
||||||
steps:
|
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