summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* freebayes: init at 1.1.0Jason Daniel Augustine Gilliland2016-12-22
| | | | Signed-off-by: zimbatm <zimbatm@zimbatm.com>
* fte: init at 0.50.02volth2016-12-19
|
* keepass-keefox: add myself as a maintainerMarcin Janczyk2016-12-18
|
* ffcast: init at 2.5.0 (#21141)Joris Guyonvarch2016-12-14
|
* Merge #20908: inform7: init at 6M62Vladimír Čunát2016-12-13
|\
| * inform7: init at 6M62Susan Potter2016-12-04
| |
* | sisco.lv2: init at 0.7.0 (#20868)Alexander Kahl2016-12-13
| | | | | | | | | | | | | | | | | | | | * sisco.lv2: init at 0.7.0 Also added maintainer `e-user` * Use fetchFromGitHub and adapt accordingly * Use `version` instead of `src.rev` in name
* | Revert "Revert "helm (kubernetes): init at v2.0.2""Jaka Hudoklin2016-12-13
| |
* | Revert "helm (kubernetes): init at v2.0.2"Jaka Hudoklin2016-12-13
| |
* | helm (kubernetes): init at v2.0.2Richard Lupton2016-12-11
| | | | | | | | Added self as package maintainer. Set preferLocalBuild.
* | endless sky: init at 0.9.4Linus Heckemann2016-12-11
| |
* | rox-filer: init at 2.11 (#20854)Protean Security2016-12-08
| |
* | lib/generators: mkKeyValueLine -> mkKeyValueLine (#20920)Profpatsch2016-12-06
| | | | | | Rename, since the previous name was potentially confusing.
* | lib/generators: add toKeyValue & mkKeyValueLine (#20903)Profpatsch2016-12-04
| | | | | | | | generators for the common use case of simple config files which hold keys and values. Used in the implementation for toINI.
* | lib: fix typoFranz Pletz2016-12-04
| |
* | Merge pull request #20743 from Okasu/terminus-font-ttfgoibhniu2016-12-01
|\ \ | |/ |/| terminus-font-ttf: init at 4.40.1
| * terminus-font-ttf: init at 4.40.1Okasu2016-11-28
| |
* | Remove fetchMD5warnEelco Dolstra2016-11-30
| | | | | | | | | | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.
* | magic-wormhole: init at 0.8.1Lorenzo Manacorda2016-11-22
|/
* containers module: Add tmpfs options (#20557)Christian Kampka2016-11-22
| | | | | | Allows one or more directories to be mounted as a read-only file system. This makes it convenient to run volatile containers that do not retain application state.
* mkIf: Check whether the condition is a BooleanEelco Dolstra2016-11-21
| | | | | | | | | | | | | This gives a nicer error message than (say) while evaluating the option `fileSystems': while evaluating the attribute ‘isDefined’ at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:323:5: while evaluating ‘filterOverrides’ at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:395:21, called from /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:307:18: while evaluating ‘concatMap’ at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/lists.nix:79:18, called from /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:401:8: while evaluating ‘concatMap’ at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/lists.nix:79:18, called from /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:302:17: while evaluating anonymous function at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:302:28, called from undefined position: while evaluating ‘dischargeProperties’ at /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:365:25, called from /nix/store/r8z4vvl2qzg31zm4ra6awlx5b22k7gf9-nixos-16.09.tar.gz/lib/modules.nix:303:62: value is a list while a Boolean was expected
* asn1c: init at 0.9.27 (#20577)montag4512016-11-20
|
* Merge pull request #20512 from 3noch/patch-1Domen Kožar2016-11-19
|\ | | | | Expose guts of `cleanSource`
| * Expose guts of `cleanSource`Elliot Cameron2016-11-17
| | | | | | Ref #20511
* | jsduck: init versionPeriklis Tsirakidis2016-11-18
| |
* | Merge pull request #20263 from dtzWill/feature/bloatyAlexey Shmalko2016-11-18
|\ \ | | | | | | bloaty: init at 2016.11.16
| * | bloaty: init at 2016.11.07Will Dietz2016-11-17
| |/
* | lib/generators: add manual documentationProfpatsch2016-11-17
| | | | | | | | Restructures the functions reference a bit.
* | lib: add generator functions for toJSON & toYAMLProfpatsch2016-11-17
| | | | | | | | | | | | | | | | | | They both reference the toJSON builtin, so we get semantic identifiers that express the intent of the generation. Both should be able to map each nix value (minus functions) to the destination config files. Includes two invocation unit tests.
* | lib: add ini configuration generatorProfpatsch2016-11-17
|/ | | | | | | Many configurations are INI-style files. Attribute sets can be mapped rather painlessly to the INI format. This adds a function toINI inside a new generators library section. Also, unit tests for the default values are provided.
* Merge pull request #20392 from jerith666/cp-48Joachim F2016-11-15
|\ | | | | crashplan: 4.7.0r2 -> 4.8.0r1
| * add self to crashplan maintainersMatt McHenry2016-11-13
| |
* | Merge pull request #20311 from mguentner/subsurfaceFranz Pletz2016-11-15
|\ \ | | | | | | subsurface init at 4.5.6 and dependencies (libdivecomputer, libmarble-ssrf, libgit2 @ 0.23.2)
| * | maintainers: added mguentnerMaximilian Güntner2016-11-10
| | | | | | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | | singularity: init 2.2Justin Bedo2016-11-15
|/ /
* | Merge pull request #20107 from vdemeester/add-godefFranz Pletz2016-11-10
|\ \ | | | | | | godef: init at 20160620-ee532b9
| * | godef: init at 20160620-ee532b9Vincent Demeester2016-11-03
| | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | molly-guard: init at 0.6.3Tim Digel2016-11-09
| | |
* | | either type: improve merge functionEric Sagnes2016-11-08
| | |
* | | tpacpi-bat: init at 3.0 (#20213)Kjetil Ørbekk2016-11-08
| | |
* | | yamllint: init 0.5.2Michaël Faille2016-11-07
| | | | | | | | | | | | yamllint: add myself as maintainer
* | | cudnn5_cudatoolkit80: adding to main repoMatthew Daiter2016-11-07
| | |
* | | module system: extensible option typesEric Sagnes2016-11-06
| | |
* | | Remove myself as maintainer.Christian Lask2016-11-03
| | |
* | | maintainers: add rbassorbasso2016-11-03
|/ /
* | maintainers: fix alphabetical sortingzraexy2016-10-30
| | | | | | Put the list back into alphabetical order
* | Merge pull request #18660 from aneeshusa/add-override-attrsDomen Kožar2016-10-30
|\ \ | | | | | | mkDerivation: add overrideAttrs function
| * | mkDerivation: add overrideAttrs functionAneesh Agrawal2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is similar to `overrideDerivation`, but overrides the arguments to `mkDerivation` instead of the underlying `derivation` call. Also update `makeOverridable` so that uses of `overrideAttrs` can be followed by `override` and `overrideDerivation`, i.e. they can be mix-and-matched.
* | | reno: init at 1.8.0Guillaume Koenig2016-10-29
| |/ |/|
* | Merge pull request #19496 from Ericson2314/overridePackagesCharles Strahan2016-10-26
|\ \ | | | | | | Make `overridePackages` extend rather than replace existing overrides