summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
...
* | Remove zipTwoListsEelco Dolstra2015-07-28
| | | | | | | | This function is redundant (we also have zipLists).
* | Minor module system evaluation speedupsEelco Dolstra2015-07-28
| | | | | | | | | | | | This gives about a 5% speedup. Issue #8152.
* | Fix indentationEelco Dolstra2015-07-28
| |
* | Merge pull request #8914 from desiderius/falcon-0.3.0Arseniy Seroka2015-07-28
|\ \ | | | | | | python-packages: falcon 0.2.0 -> 0.3.0
| * | python-packages: falcon 0.2.0 -> 0.3.0desiderius2015-07-27
| |/
* | intersperse: Fix quadratic performanceEelco Dolstra2015-07-24
| |
* | Remove eqStringsEelco Dolstra2015-07-24
| | | | | | | | It's no longer needed. Also clean up some comments.
* | Use replaceStrings primopEelco Dolstra2015-07-24
| |
* | Use concatStringSep primopEelco Dolstra2015-07-24
| |
* | Use builtin all and any functionsEelco Dolstra2015-07-24
| |
* | concatLists (map ...) -> concatMapEelco Dolstra2015-07-23
| |
* | Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23
| |
* | Use foldl' instead of fold in some placesEelco Dolstra2015-07-23
| |
* | optionAttrSetToDocList: O(n^2) -> O(n)Eelco Dolstra2015-07-23
| | | | | | | | This shaves about 10% off memory consumption of NixOS evaluation.
* | More efficient version of filterAttrsEelco Dolstra2015-07-23
|/
* cassandra-1.2: Add package.Brandon Carrell2015-07-14
| | | | | - Add myself to maintainers. - Add package to all-packages.nix.
* Merge pull request #8814 from nbp/module-arg-contextNicolas B. Pierron2015-07-14
|\ | | | | | | NixOS modules: Add error context on module arguments evaluation.
| * NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron2015-07-14
| |
* | Merge pull request #8719 from lancelotsix/add_poeziolethalman2015-07-14
|\ \ | |/ |/| Add poezio
| * poezio: init at 0.8.1Lancelot SIX2015-07-10
| |
* | Merge pull request #8806 from nbp/issue-8152Nicolas B. Pierron2015-07-14
|\ \ | | | | | | Issue 8152 - Reduce number of attribute sets created by replaceChars.
| * | Issue 8152 - Reduce number of attribute set created by replaceChars.Nicolas B. Pierron2015-07-13
| |/
* | notion: init at 3-2015061300James Felix Black2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The notion (not-ion) window manager [1], plus optional (defaulted to true) Xft/pango support (via [2]). Defined a license (notion uses a modified LGPL). As per [3], changes: 1. renamed option from pango -> xft, better to reflect the actual nature of the patch; 2. modified the patch to replace the postPatch changes to system-autodeteck.mk; 3. commited the patch to the nixpkgs repo; 4. removed 'fallbackFont' as an option. Use a sensible default, instead. Many stylistic changes, thanks to @lethalman. [1] http://notion.sourceforge.net [2] http://sourceforge.net/p/notion/feature-requests/47/ [3] https://github.com/NixOS/nixpkgs/pull/8789
* | bleachbit: init at 1.8Leonardo Cecchi2015-07-12
|/
* subsonic: add telotortium as maintainerRobert Irelan2015-07-08
|
* lmdb: lightning memory-mapped databaseWilliam Casarin2015-07-04
|
* tome4: add new maintainerPhil Scott2015-06-28
|
* ocaml-bitstring: init at 2.0.4 and f1673f8Matthew Maurer2015-06-27
|
* erlang: add Erlang R18, closes #8515Andrey Pavlov2015-06-26
|
* Add myself as maintainerAlexander V. Nikolaev2015-06-26
|
* tvheadend: init at 4.0.4Simon Vandel Sillesen2015-06-24
|
* Merge pull request #8422 from travisbhartwell/update/atom-shell-to-electronArseniy Seroka2015-06-23
|\ | | | | atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
| * electron: Added myself as maintainer.Travis B. Hartwell2015-06-20
| | | | | | | | Per https://github.com/NixOS/nixpkgs/pull/8422#issuecomment-113695261
* | ibus-table: init at 1.9.6laMudri2015-06-22
| |
* | Added entry to maintainers.nixMichael Raitza2015-06-22
| |
* | maintainers: add myself for upcoming packagesLeroy Hopson2015-06-20
|/
* Merge pull request #8394 from mbakke/maimMateusz Kowalczyk2015-06-19
|\ | | | | Add maim and slop
| * add self to maintainersMarius Bakke2015-06-18
| |
* | add myself as maintainerAndrew Kelley2015-06-18
| |
* | darwin os-specific: rez and derez packagesDaiderd Jordan2015-06-18
| |
* | types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
| |
* | Make types.bool complain on conflicting definitionsEelco Dolstra2015-06-15
| | | | | | | | | | | | | | Previously, conflicting definitions would merge to "true". Now they give an error, e.g. error: The option `hardware.enableAllFirmware' has conflicting definitions, in `/etc/nixos/configurations/misc/eelco/stuff.nix' and `/etc/nixos/configurations/misc/eelco/mandark.nix'.
* | Remove obsolete stuffEelco Dolstra2015-06-15
| |
* | Merge pull request #8255 from adevress/masterArseniy Seroka2015-06-12
|\ \ | | | | | | New expression for the davix toolkit
| * | New expression for the davix toolkitAdrien Devresse2015-06-11
| |/
* | lib/maintainers: recommend to re-use github usernamesVladimír Čunát2015-06-11
| |
* | Merge pull request #8204 from copumpkin/modulesPathDaniel Peebles2015-06-10
|\ \ | |/ |/| An importable modulesPath, once again
| * Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles2015-06-08
| |
* | Merge pull request #8180 from froozen/masterlethalman2015-06-08
|\ \ | | | | | | Add the tewi font
| * | Add the tewi fontfro_ozen2015-06-07
| |/