ci: use 'nix flake check'

Now that I am using agenix, secrets stays encrypted at rest.
This commit is contained in:
Bruno BELANYI 2021-09-25 17:04:42 +02:00
parent de92358bc0
commit 2cc13dddb5
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ type: exec
name: NixOS config check
steps:
- name: format check
- name: nix flake check
commands:
- nix develop -c nixpkgs-fmt .
- nix flake check
- name: notifiy
commands: