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

This commit is contained in:
Nikodem Rabuliński 2025-04-01 19:13:17 +02:00
parent b70ab8bd76
commit 8a639c4553
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I
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";
}