ci: use 'nix flake check'
Now that I am using agenix, secrets stays encrypted at rest.
This commit is contained in:
parent
172e29db69
commit
8eef7c260e
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue