Loading pkgs/tools/misc/mods/default.nix +14 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , gitUpdater , testers , mods }: buildGoModule rec { Loading @@ -18,6 +21,17 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X=main.version=${version}" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = ".(rc|beta).*"; }; tests.version = testers.testVersion { package = mods; }; }; meta = with lib; { description = "AI on the command line"; homepage = "https://github.com/charmbracelet/mods"; Loading Loading
pkgs/tools/misc/mods/default.nix +14 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , gitUpdater , testers , mods }: buildGoModule rec { Loading @@ -18,6 +21,17 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X=main.version=${version}" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = ".(rc|beta).*"; }; tests.version = testers.testVersion { package = mods; }; }; meta = with lib; { description = "AI on the command line"; homepage = "https://github.com/charmbracelet/mods"; Loading