nilla: add ci.check
All checks were successful
/ check (push) Successful in 2m3s

This commit is contained in:
Nikodem Rabuliński 2025-04-01 19:13:17 +02:00
parent 48fe28205f
commit 41e81a16f1
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
3 changed files with 45 additions and 1 deletions

8
default.nix Normal file
View 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";
}