settei/default.nix
Nikodem Rabuliński 30f038df60
All checks were successful
/ check (push) Successful in 1m25s
nilla: add ci.check
2025-04-23 16:33:46 +02:00

8 lines
197 B
Nix

let
nilla = import ./nilla.nix { };
getPackage = name: nilla.packages.${name}.result.${builtins.currentSystem};
in
{
ci.check = getPackage "ci-check";
formatter = getPackage "formatter";
}