flake: add checks (#21)
this way, you can run `nix flake check --all-systems` after making a change to ensure the entire foundation still builds Reviewed-on: #21 Reviewed-by: Jake Hamilton <jake.hamilton@hey.com> Co-authored-by: Piper McCorkle <contact@piperswe.me> Co-committed-by: Piper McCorkle <contact@piperswe.me>
This commit is contained in:
parent
7505679c24
commit
f67099f486
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
forEachSystem = lib.attrs.generate [ "i686-linux" ];
|
||||
in
|
||||
{
|
||||
rec {
|
||||
extras =
|
||||
let
|
||||
result = lib.modules.run { modules = builtins.attrValues modules; };
|
||||
|
|
@ -31,5 +31,7 @@
|
|||
in
|
||||
export result
|
||||
);
|
||||
|
||||
checks = packages;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue