about summary refs log tree commit diff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14Merge pull request #7794 from womfoo/kbdlightlethalman1-0/+1
Add kbdlight package and setuid wrapper
2015-05-11Merge pull request #7788 from Lassulus/charybdisArseniy Seroka1-0/+1
add charybdis nixos module
2015-05-11Add kbdlight package and setuid wrapperKranium Gikos Mendoza1-0/+1
update nixos/modules/programs/kbdlight.nix to use mkEnableOption
2015-05-10add Lassulus to maintainers.nixlassulus1-0/+1
2015-05-08z3 optAistis Raulinaitis1-0/+1
2015-05-03add support for pam_u2f to nixos pam modulePhilip Potter1-0/+1
This adds support for authenticating using a U2F device such as a yubikey neo.
2015-04-29Added Bram Duvigneau to maintainersBram Duvigneau1-0/+1
2015-04-26Add package: pcg-cLinus Arver1-0/+1
Also, add myself as maintainer.
2015-04-25removing cocreature as maintainer, as per request #6305Edward Tjörnhammar1-1/+0
2015-04-23vimPlugins: added vim-jinjaHendrik Bunke1-0/+1
2015-04-17Added K Framework package.Remy Goldschmidt1-0/+1
Closes https://github.com/NixOS/nixpkgs/pull/7419.
2015-04-17Improve the list of archs made by commit 1299c020e9db3Luca Bruno1-2/+3
2015-04-17Add a list of platforms organized by architectureJaka Hudoklin1-0/+3
2015-04-16Merge pull request #7385 from Forkk/screencloudArseniy Seroka1-0/+1
Add package for Screencloud 1.2.0
2015-04-15qxt: init at 0.6.2Forkk1-0/+1
2015-04-12maintainers: Add dezgeg (Tuomas Tynkkynen)Tuomas Tynkkynen1-0/+1
2015-04-06Merge pull request #7215 from cwoac/btsync2Arseniy Seroka1-0/+1
Add support for btsync 2.x branch
2015-04-06Add support for btsync 2.x branchOliver Matthews1-0/+1
2015-04-04Merge pull request #6951 from nix-faust/faust-reduxcillianderoiste1-0/+1
Faust redux
2015-04-03Merge rename.nix changes.Nicolas B. Pierron5-31/+79
2015-04-01i2p: initialJoel Moberg1-0/+1
2015-03-30Provide a basic package for sensu.Christian Theune1-0/+1
The server currently starts without error messages (on OS X) if you also install redis and rabbitmq-server and start their processes without any further configuration: $ redis-server $ rabbitmq-server $ sensu-server Haven't tried much more yet, but will in a bit. (Amended: fix whitespace and string literal formatting issues, and superfluous dependencies created by the generator script. Thanks the-kenny!)
2015-03-29Added WebStorm IDEAndreas Baldeau1-0/+1
2015-03-28Merge pull request #6968 from oxij/unquestionably-goodArseniy Seroka2-12/+15
Easy to check to be unquestionably good changes
2015-03-27Merge pull request #7021 from taktoa/masterDomen Kožar1-0/+10
Added package for willie
2015-03-26Added Eiffel Forum License v1 and v2 to lib/licenses.nixRemy Goldschmidt1-0/+10
2015-03-26licenses: Add mpl-1.0William A. Kennington III1-0/+5
2015-03-26lib: cleanup a little bit, add traceIfJan Malakhovski2-12/+15
2015-03-23faust: refactored derivationPatrick Mahoney1-0/+1
2015-03-21spectrwm window managerWilliam Casarin1-0/+1
2015-03-21Revert "Reverts a bunch of commits as a try to fix GC errors."Jaka Hudoklin1-3/+3
This reverts commit 1e4ba025c260fa6852765e9f5c59e985f10c6a43. Conflicts: pkgs/development/web/nodejs/build-node-package.nix
2015-03-20Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra1-0/+35
It now strictly evaluates all remaining attributes, preventing unevaluated thunks that cannot be garbage-collected. It's also applied to all jobs in Nixpkgs' release.nix. This reduces hydra-eval-jobs' memory consumption on the 14.12 release-combined jobset from 5.1 GB to 2.0 GB.
2015-03-20Use builtin seq/deepSeqEelco Dolstra1-19/+2
2015-03-18Revert "nixos: Multiple service instances, apply to nginx. See #6784"Luca Bruno1-15/+0
This reverts commit 7ef59c4fe2a87682054572a504fc7c6046c282e5. Wrong push! Sorry!
2015-03-18nixos: Multiple service instances, apply to nginx. See #6784Luca Bruno1-0/+15
2015-03-18Merge pull request #6862 from hmuehlhans/masterlethalman1-0/+1
p2pvc: new package
2015-03-17 p2pvc: new packagehmuehlhans1-0/+1
Added myself to maintainers
2015-03-17Added CC-BY-SA 4.0 Licenselukasepple1-0/+5
2015-03-17Reverts a bunch of commits as a try to fix GC errors.Domen Kožar1-3/+3
Commits - 694f01db2d2e1cde06ee243a5909d196e84f0a18 - 829479d1dda5dbb579885e16dc655716127457ed - bd81885f706dae5cdeb8c03845fa43d8b74fa57c - b2fdcf801ce08bf0c44e63bafe8ae2c720704da7
2015-03-16Add tests for the new module system improvements.Nicolas B. Pierron7-0/+60
2015-03-16Merge #6472: add ddccontrolVladimír Čunát1-0/+1
2015-03-15Document and rename internal option of modules.Nicolas B. Pierron2-18/+17
2015-03-12Share common code for merging option definitions.Nicolas B. Pierron2-19/+21
This move idioms which were used in `evalOptionValue` and in the `merge` functions of `listOf` and `attrsOf` types, such that we can use a names such as `isDefined` and `optionalValue` instead or repeating identical comparisons of `defsFinal == []`.
2015-03-12Rename mergeDefinitions internal steps to functions which are independent of ↵Nicolas B. Pierron1-7/+8
each others.
2015-03-12Expose submodule arguments to builtins.functionArgs before applying the ↵Nicolas B. Pierron1-7/+27
arguments. The current implementation of the ApplyIfFunction is looking at the arguments of a module to decide which arguments should be given to each module. This patch make sure that we do not wrap a submodule function in order to keep functionArgs working as expected.
2015-03-12Add comment about limitation on __internal.checkShea Levy1-0/+4
2015-03-12Add comments about the module system interfaceShea Levy2-3/+20
Ideally the module system could be configured pretty much completely by the contents of the modules themselves, so add comments about avoiding complicating it further and possibly removing now-redundant configurability from the existing interface.
2015-03-12evalModules: Add internal option for the check argumentShea Levy1-1/+11
2015-03-12nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy1-2/+2
2015-03-12modules.nix: Generate the extra argument set from the configurationShea Levy1-3/+30
This allows for module arguments to be handled modularly, in particular allowing the nixpkgs module to handle the nixpkgs import internally. This creates the __internal option namespace, which should only be added to by the module system itself.