nilla: add ci.check
This commit is contained in:
parent
696be4cada
commit
ff4457c267
4 changed files with 48 additions and 1 deletions
8
default.nix
Normal file
8
default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
nilla = import ./nilla.nix { };
|
||||
getPackage = name: nilla.packages.${name}.result.${builtins.currentSystem};
|
||||
in
|
||||
{
|
||||
ci.check = getPackage "ci-check";
|
||||
formatter = getPackage "formatter";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue