all repos — website @ b0785f712a38337deccf2fd7f99c239cf75adc17

My website

move go-licenses into shell
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2024 19:03:02 +0200
commit

b0785f712a38337deccf2fd7f99c239cf75adc17

parent

9c3dd9231015d2d75d104bbc55b6e5326e8656bd

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -11,7 +11,7 @@ clean: 	rm -fr website
 
 check-licenses:
-	nix run nixpkgs#go-licenses check ./...
+	go-licenses check ./...
 
 check-links:
 	hyperlink website/public
M shell.nixshell.nix
@@ -14,6 +14,7 @@ packages = with pkgs; [     go
     npins
     gopls
+    go-licenses
     gotools
     go-tools
     templ