about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-11 19:25:55 +0200
committerAlan Pearce2024-05-11 19:25:55 +0200
commita5321156dca61e5ba6c5678fc8db888ded209383 (patch)
tree3e2e7c0e79e87ba6df8dac534e0ea7a7a0c9018b /flake.nix
parentf7d38fd115987e4a4f11bbbad41033086c3de406 (diff)
downloadwebsite-a5321156dca61e5ba6c5678fc8db888ded209383.tar.lz
website-a5321156dca61e5ba6c5678fc8db888ded209383.tar.zst
website-a5321156dca61e5ba6c5678fc8db888ded209383.zip
remove go-licenses check from flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
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