Loading pkgs/development/tools/legitify/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "legitify"; version = "0.1.5"; src = fetchFromGitHub { owner = "Legit-Labs"; repo = pname; rev = "v${version}"; hash = "sha256-Sr6P5S5+DqbP0ihCj97l84739/NRAlYJLnXp4B5gHNE="; }; vendorHash = "sha256-EJMXzWrOXFl7JFYBp/XAcHLcNyWCKbOBAyo/Yf2mh5s="; ldflags = [ "-w" "-s" "-X github.com/Legit-Labs/legitify/internal/version.Version=${version}" ]; meta = with lib; { description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets"; homepage = "https://github.com/Legit-Labs/legitify"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -29838,6 +29838,8 @@ with pkgs; legit = callPackage ../applications/version-management/git-and-tools/legit { }; legitify = callPackage ../development/tools/legitify { }; lens = callPackage ../applications/networking/cluster/lens { }; leo-editor = libsForQt5.callPackage ../applications/editors/leo-editor { }; Loading
pkgs/development/tools/legitify/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "legitify"; version = "0.1.5"; src = fetchFromGitHub { owner = "Legit-Labs"; repo = pname; rev = "v${version}"; hash = "sha256-Sr6P5S5+DqbP0ihCj97l84739/NRAlYJLnXp4B5gHNE="; }; vendorHash = "sha256-EJMXzWrOXFl7JFYBp/XAcHLcNyWCKbOBAyo/Yf2mh5s="; ldflags = [ "-w" "-s" "-X github.com/Legit-Labs/legitify/internal/version.Version=${version}" ]; meta = with lib; { description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets"; homepage = "https://github.com/Legit-Labs/legitify"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -29838,6 +29838,8 @@ with pkgs; legit = callPackage ../applications/version-management/git-and-tools/legit { }; legitify = callPackage ../development/tools/legitify { }; lens = callPackage ../applications/networking/cluster/lens { }; leo-editor = libsForQt5.callPackage ../applications/editors/leo-editor { };