about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 85f7915..64e275d 100644
--- a/flake.nix
+++ b/flake.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