mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add flake-checker to flake checks
This commit is contained in:
parent
f7d58c5cbb
commit
261efa46c8
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@
|
|||
deadnix --fail ${self}
|
||||
mkdir $out
|
||||
'';
|
||||
|
||||
flake-checker = pkgs.runCommandLocal "flake-checker" { buildInputs = [ pkgs.flake-checker ]; } ''
|
||||
flake-checker --fail-mode
|
||||
mkdir $out
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue