summary refs log tree commit diff
path: root/pkgs/data/fonts/nerdfonts
Commit message (Collapse)AuthorAge
* nerdfonts: Use patchShebangsChuck2019-10-03
| | | | | | In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash to #!/usr/bin/env bash. Rather than synchronizing this patching with that change, just use patchShebangs which handles both cases.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | anything
* data/fonts: cleanupvolth2019-05-13
| | | | | | | * make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
* nerdfonts: 1.1.0 -> 2.0.0Brice Waegeneire2018-04-06
| | | | bump to a version with Nix logo in it
* nerdfonts: derivations is not fixed outputvolth2017-09-30
|
* nerdfonts: 1.0.0 -> 1.1.0Valentin Robert2017-08-31
|
* data/fonts: simpler cleanupsVolth2017-08-11
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* nerdfonts: 0.8.0 -> 1.0.0mimadrid2016-12-29
|
* nerdfonts: Don't build on HydraTuomas Tynkkynen2016-09-01
| | | | http://hydra.nixos.org/build/39383371
* nerdfonts: 0.7.0 -> 0.8.0, fixes #17693mimadrid2016-08-17
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* nerdfonts: moved to correct locationRok Garbas2016-05-17
|
* nerdfonts: init at 0.7.0Rok Garbas2016-05-15