Commit Graph

4 Commits

Author SHA1 Message Date
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Vladimír Čunát
fa9e51d8b6
git-quick-stats: use more idiomatic code
In particular, overriding *whole* phases isn't generally a good idea,
as you may lose various default hooks.
2019-06-09 11:27:52 +02:00
Kierán Meinhardt
59dce9c72f git-quick-stats: init at 2.0.8 2019-06-02 00:44:12 +02:00