Loading pkgs/by-name/gi/git-pages-cli/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ buildGoModule (finalAttrs: { pname = "git-pages-cli"; version = "1.8.2"; __structuredAttrs = true; src = fetchFromCodeberg { owner = "git-pages"; repo = "git-pages-cli"; Loading @@ -28,7 +30,12 @@ buildGoModule (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "v(.*)" ]; }; meta = { description = "Command-line application for uploading a site to a git-pages server"; Loading Loading
pkgs/by-name/gi/git-pages-cli/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ buildGoModule (finalAttrs: { pname = "git-pages-cli"; version = "1.8.2"; __structuredAttrs = true; src = fetchFromCodeberg { owner = "git-pages"; repo = "git-pages-cli"; Loading @@ -28,7 +30,12 @@ buildGoModule (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "v(.*)" ]; }; meta = { description = "Command-line application for uploading a site to a git-pages server"; Loading