2024-10-20 19:29:28 +02:00
|
|
|
when:
|
|
|
|
- event: pull_request
|
|
|
|
- event: push
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
|
|
|
steps:
|
|
|
|
check:
|
2024-12-11 21:12:24 +01:00
|
|
|
image: docker.io/nixpkgs/nix-flakes:nixos-24.11
|
2024-10-20 19:29:28 +02:00
|
|
|
commands:
|
2024-12-11 21:12:24 +01:00
|
|
|
- nix flake check
|