mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
statix fix
This commit is contained in:
parent
890b84be5e
commit
6a720a257e
27 changed files with 86 additions and 99 deletions
|
|
@ -23,7 +23,7 @@
|
|||
inherit system;
|
||||
};
|
||||
|
||||
lib = pkgs.lib;
|
||||
inherit (pkgs) lib;
|
||||
|
||||
kubenix = {
|
||||
lib = import ./lib {inherit lib pkgs;};
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
checks = let
|
||||
wasSuccess = suite:
|
||||
if suite.success == true
|
||||
if suite.success
|
||||
then pkgs.runCommandNoCC "testing-suite-config-assertions-for-${suite.name}-succeeded" {} "echo success > $out"
|
||||
else pkgs.runCommandNoCC "testing-suite-config-assertions-for-${suite.name}-failed" {} "exit 1";
|
||||
mkExamples = attrs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue