ci: check flake on push
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
Nydragon 2025-01-30 18:57:11 +01:00
parent 554e706717
commit a3bc83262d
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -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