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
|
name: NixOS config check
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: format check
|
- name: nix flake check
|
||||||
commands:
|
commands:
|
||||||
- nix develop -c nixpkgs-fmt .
|
- nix flake check
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue