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: d66a3404a626
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc5b50dc9647
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 8, 2017

  1. devtodo: adjust platforms

    devtodo: adjust platforms
    unicode: adjust platforms
    woffs committed Oct 8, 2017
    Copy the full SHA
    e50fdb1 View commit details
  2. Merge pull request #30223 from woffs/platforms

    devtodo: adjust platforms
    orivej authored Oct 8, 2017
    Copy the full SHA
    fc5b50d View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 pkgs/development/tools/devtodo/default.nix
  2. +1 −0 pkgs/tools/misc/unicode/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/tools/devtodo/default.nix
Original file line number Diff line number Diff line change
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "A hierarchical command-line task manager";
license = licenses.gpl2;
maintainers = [ maintainers.woffs ];
platforms = platforms.all;
platforms = platforms.linux;
};
}
1 change: 1 addition & 0 deletions pkgs/tools/misc/unicode/default.nix
Original file line number Diff line number Diff line change
@@ -26,5 +26,6 @@ python3Packages.buildPythonApplication rec {
homepage = https://github.com/garabik/unicode;
license = licenses.gpl3;
maintainers = [ maintainers.woffs ];
platforms = platforms.all;
};
}