Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7e5006b5379
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87e51555964d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2020

  1. kepubify: run checks

    zowoq committed Jul 24, 2020
    Copy the full SHA
    6f832d4 View commit details
  2. shfmt: run checks

    zowoq committed Jul 24, 2020
    Copy the full SHA
    87e5155 View commit details
Showing with 4 additions and 0 deletions.
  1. +2 −0 pkgs/tools/misc/kepubify/default.nix
  2. +2 −0 pkgs/tools/text/shfmt/default.nix
2 changes: 2 additions & 0 deletions pkgs/tools/misc/kepubify/default.nix
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@ buildGoModule rec {

excludedPackages = [ "kobotest" ];

doCheck = true;

meta = with lib; {
description = "EPUB to KEPUB converter";
homepage = "https://pgaskin.net/kepubify";
2 changes: 2 additions & 0 deletions pkgs/tools/text/shfmt/default.nix
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@ buildGoModule rec {

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];

doCheck = true;

meta = with lib; {
homepage = "https://github.com/mvdan/sh";
description = "A shell parser and formatter";