Commit Graph

11 Commits

Author SHA1 Message Date
zimbatm
cec48bfa74 direnv: fix path to bash 2016-07-04 12:46:32 +01:00
zimbatm
8346e72a22 direnv: 2.8.0 -> 2.9.0 2016-07-03 16:56:18 +01:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
zimbatm
ea7068f44c direnv: 2.7.0 -> 2.8.0 2016-03-27 15:37:07 +01:00
zimbatm
67c9a485b7 direnv: 2.6.0 -> 2.7.0 2015-08-15 22:39:03 +01:00
zimbatm
db50ddd9ea direnv: update to v2.6.0 2015-02-21 17:47:39 +00:00
zimbatm
a05ae93c66 Update direnv to v2.4.0 2014-07-08 00:20:21 +02:00
zimbatm
df5adbe307 direnv 2.2.1 2014-01-12 17:16:08 +01:00
zimbatm
2f8fc8bb24 direnv 2.2.0 2014-01-11 14:33:27 +00:00
Peter Simons
900786ab37 Fix more evaluation errors on Hydra. 2013-12-11 12:08:19 +01:00
zimbatm
55639c3aeb Adds a new package: direnv 2013-11-17 19:53:54 +01:00