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
base: b8e8c7d5b95b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 066bf7dd5d13
Choose a head ref
  • 3 commits
  • 60 files changed
  • 1 contributor

Commits on Oct 28, 2020

  1. A directory-category for terminal emulators

    This is a mostly cosmetical commit, in the sense it doesn't change the contents
    of any package, but reorganizes the overall Nixpkgs expressions.
    
    Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
    are routinely familiarized to it. And, manifestly, there are many
    implementations of terminal emulators out there, from those traditionally made
    in C and C++ to those written in Haskell and Go.
    
    Terminal emulators deserve more highlight. This commit does that by creating a
    category for them.
    AndersonTorres committed Oct 28, 2020
    Copy the full SHA
    2bb3a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Terminal emulators: whitespace cleanup and regroup

    Because editorconfig complains, and also why not to organize them
    "ascii-betically"?
    AndersonTorres committed Oct 29, 2020
    Copy the full SHA
    5b5aac4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101894 from AndersonTorres/terminal-emulators

    Create a directory-category for terminal emulators
    AndersonTorres committed Oct 29, 2020
    Copy the full SHA
    066bf7d View commit details
    Browse the repository at this point in the history