From b0785f712a38337deccf2fd7f99c239cf75adc17 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 19:03:02 +0200 Subject: move go-licenses into shell --- justfile | 2 +- shell.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 1dc651a..743cd6e 100755 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ clean: rm -fr website check-licenses: - nix run nixpkgs#go-licenses check ./... + go-licenses check ./... check-links: hyperlink website/public diff --git a/shell.nix b/shell.nix index 4d46e2a..196a494 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,7 @@ pkgs.mkShell { go npins gopls + go-licenses gotools go-tools templ -- cgit 1.4.1