all repos — homestead @ ae136235057c452e48e9e78ec293659e6ff9870a

Code for my website

move licenses check to flake

Alan Pearce
commit

ae136235057c452e48e9e78ec293659e6ff9870a

parent

b0fa830ff4beb305db90004c2298bb85dd8040c5

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M flake.nixflake.nix
@@ -50,6 +50,10 @@ };
}; checks = rec { default = hyperlink; + licenses = pkgs.runCommandLocal "go-licenses" { } '' + ${pkgs.go-licenses}/bin/go-licenses check ./... + touch $out + ''; hyperlink = pkgs.runCommandLocal "hyperlink" { } '' ${pkgs.hyperlink}/bin/hyperlink ${packages.website}/website/public touch $out