forked from rarias/bscpkgs
exp: add exit1 experiment
Tests unit bad exits
This commit is contained in:
@@ -123,4 +123,8 @@
|
||||
examples = {
|
||||
granularity = callPackage ./examples/granularity.nix { };
|
||||
};
|
||||
|
||||
test = {
|
||||
exit1 = callPackage ./test/exit1.nix { };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user