add kobo utils
This commit is contained in:
@@ -10,6 +10,33 @@
|
||||
calibre-web = prev.calibre-web.overrideAttrs (prevAttrs: rec {
|
||||
propagatedBuildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.jsonschema ]; # allow kobo sync stuff
|
||||
});
|
||||
# Need to do server and agent too, maybe
|
||||
# woodpecker-cli-next =
|
||||
# let
|
||||
# common = prev.callPackage "${inputs.unstable}/pkgs/development/tools/continuous-integration/woodpecker/common.nix" { };
|
||||
# in
|
||||
# (prev.buildGoModule rec {
|
||||
# pname = "woodpecker-cli";
|
||||
# version = "next-${inputs.woodpecker.shortRev}";
|
||||
# src = inputs.woodpecker;
|
||||
# vendorSha256 = "sha256-8st1LdgrQQqEZ6oSBm/nE1WI/v7NI+f56qZJySJIFJw=";
|
||||
# inherit (common) postBuild;
|
||||
|
||||
# subPackages = "cmd/cli";
|
||||
|
||||
# ldflags = [
|
||||
# "-s"
|
||||
# "-w"
|
||||
# "-X github.com/woodpecker-ci/woodpecker/version.Version=${version}"
|
||||
# ];
|
||||
|
||||
# CGO_ENABLED = 0;
|
||||
|
||||
# meta = common.meta // {
|
||||
# description = "Command line client for the Woodpecker Continuous Integration server";
|
||||
# };
|
||||
# });
|
||||
|
||||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||
# ...
|
||||
# });
|
||||
|
||||
Reference in New Issue
Block a user