settei/default.nix
Nikodem Rabuliński 41e81a16f1
All checks were successful
/ check (push) Successful in 2m3s
nilla: add ci.check
2025-04-23 10:30:57 +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";
}