summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* urjtag: init at 0.10Andreas Wagner2015-08-30
| | | | [Bjørn: make the function argument lines occupy less vertical space.]
* Merge pull request #9343 from akaWolf/qtcreatorThomas Tuegel2015-08-29
|\ | | | | qtcreator: refactor for using qt54; qt4SDK, qt5SDK: commented
| * qtcreator: refactor for using qt54Artjom Vejsel2015-08-24
| |
* | Merge pull request #9384 from jefdaj/bitcoinxt-twopackagesJaka Hudoklin2015-08-29
|\ \ | | | | | | Add BitcoinXT as a separate package
| * | add bitcoin-xt as a separate packageJeffrey David Johnson2015-08-20
| |/
* | Merge pull request #9525 from DamienCassou/update-maintainer-emailDamien Cassou2015-08-29
|\ \ | | | | | | Change my email address
| * | Change my email addressDamien Cassou2015-08-29
| | |
* | | Add myself as maintainer (close #9495).Sibi2015-08-28
|/ / | | | | | | Related to https://github.com/NixOS/cabal2nix/pull/196
* | Merge pull request #9450 from lebastr/rosegardenlethalman2015-08-26
|\ \ | | | | | | rosegarden: init at 14.12
| * | rosegarden: init at 14.12Alexander2015-08-26
| | |
* | | Merge pull request #9376 from rick68/softetherlethalman2015-08-26
|\ \ \ | |/ / |/| | softether: support SoftEther VPN 4.18
| * | softether: support SoftEther VPN 4.18Wei-Ming Yang2015-08-21
| |/
* | libb2: init at 0.97Daniel Fox Franke2015-08-25
| |
* | maintainers: add Kosyrev SergeKosyrev Serge2015-08-24
|/
* Merge pull request #9270 from Mathnerd314/supertux-editorThomas Tuegel2015-08-17
|\ | | | | supertux-editor: init at git-2014-08-20
| * supertux-editor: init at git-2014-08-20Mathnerd3142015-08-17
| |
* | Revert change of path typeBenno Fünfstück2015-08-15
| | | | | | | | The change caused lots of evaluation errors, since it caused derivations to no longer be valid paths as well.
* | Merge pull request #6272 from NixOS/types-path-better-errorBenno Fünfstück2015-08-15
|\ \ | | | | | | types.nix: better error message for non-paths
| * | types.nix: better error message for non-pathsBenno Fünfstück2015-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves error messages when a set or a list is used where a path was expected. For an example, if you used a package set (as opposed to a single package) in systemPackages before this commit, the error was: ``` cannot coerce a list to a string, at "/home/nixpkgs/lib/types.nix":103:37 ``` Now, the error message reads: ``` The option value `environment.systemPackages' in `/etc/nixos/configuration.nix' is not a list of paths. ```
* | | Merge pull request #9183 from nbp/option-usageNicolas B. Pierron2015-08-15
|\ \ \ | |_|/ |/| | Update option-usages.nix expression to work with newer version of the module system.
| * | Update option-usages.nix expression to work with newer version of the module ↵Nicolas B. Pierron2015-08-09
| |/ | | | | | | system.
* | rhc: init at 1.36.4Szczyp2015-08-13
| | | | | | | | | | OpenShift client tools Add szczyp as a maintainer
* | bspwm: 0.8.9 -> 0.9Mabry Cervin2015-08-12
|/
* Merge pull request #9132 from makefu/awesome-vicious-luaPackageArseniy Seroka2015-08-07
|\ | | | | luaPackages: add vicious module
| * luaPackages.vicious: init at 2.1.3makefu2015-08-06
| | | | | | | | | | | | | | | | | | | | | | vicious is a module for creating widgets on window managers. This commit adds the library and a wrapper lua file for easy importing. I use the library with the awesome window manager via luaModules: services.xserver.windowManager.awesome.luaModules = [ pkgs.luaPackages.vicious ];
* | Allow options with type "package" to be store pathsEelco Dolstra2015-08-07
| | | | | | | | | | | | | | | | For example, this allows writing nix.package = /nix/store/786mlvhd17xvcp2r4jmmay6jj4wj6b7f-nix-1.10pre4206_896428c; Also, document types.package in the manual.
* | Module system: Fix ‘definitions’ fieldEelco Dolstra2015-08-05
|/ | | | Fixes https://github.com/NixOS/nixops/issues/325.
* Add odi to list of maintainersOliver Dunkl2015-07-30
|
* super-user-spark: init at 0.1.0.0 (close #8894)Vladimír Čunát2015-07-30
| | | | | | | | | | Super-User-Spark is a program for managing dotfiles. The author is Tom Sydney Kerckhove. Details on usage can be found on his [blogpost] as well as the [reddit thread]. [blogpost]: http://cs-syd.eu/posts/2015-07-19-super-user-spark.html [reddit thread]: http://www.reddit.com/r/haskell/comments/3dsdi5/more_than_just_another_symlink_manager_written_in/
* Add read-only optionsEelco Dolstra2015-07-30
| | | | | These are options that can have only one definition, regardless of priority.
* qtile: init at 0.10.1Kamil Chmielewski2015-07-28
|
* Add function callPackagesWithEelco Dolstra2015-07-28
| | | | | | This is like callPackageWith, except that it expects the supplied function to return a *set* of packages. It will then make the individual packages overridable.
* Remove deepOverrideEelco Dolstra2015-07-28
| | | | | | | | It's unused, and also a bad idea: because it recursively recomputes every function argument and there is no sharing, you can get an exponential (?) blowup in evaluation time. For example, evaluating ‘linuxPackages.kernel’ takes 0.09s and ~13 MiB, but evaluating ‘linuxPackages.kernel.deepOverride {}’ takes 3.6s and ~305 MiB.
* Merge pull request #8878 from 2chilled/masterlethalman2015-07-28
|\ | | | | synapse: init at 0.2.99.1
| * synapse: init at 0.2.99.1Matthias Herrmann2015-07-28
| |
* | Use builtins.sortEelco Dolstra2015-07-28
| |
* | Use builtins.genListEelco Dolstra2015-07-28
| | | | | | | | This fixes the quadratic complexity of functions like imap.
* | Remove superfluous copy of "min"Eelco Dolstra2015-07-28
| |
* | 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
| |