From a5321156dca61e5ba6c5678fc8db888ded209383 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 May 2024 19:25:55 +0200 Subject: remove go-licenses check from flake --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 64e275d..85f7915 100644 --- a/flake.nix +++ b/flake.nix @@ -50,10 +50,6 @@ }; 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 -- cgit 1.4.1