summary refs log tree commit diff
path: root/pkgs/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-06Added myself to the maintainers list.Alexander Tsamutali1-0/+1
2010-01-05* Support require/imports in top-level anonymous configurations,Eelco Dolstra1-5/+6
2010-01-03* Retrieve the filename of a path.Nicolas Pierron1-0/+2
2010-01-03* Add a function to take the last element of a list.Nicolas Pierron1-0/+5
2009-12-16remove mapRecordFlatten & fix source autofsMarc Weber1-1/+0
2009-12-08nixpkgs lib: adding haskell's takeMarc Weber2-0/+15
2009-11-26add x86_64-darwin as platformRob Vermaas1-1/+1
2009-11-22testAllTrue helper functionMarc Weber1-1/+3
2009-11-22nix lib: add nixType returning type of value as string which is used inMarc Weber1-6/+19
2009-11-22follow runTests change prefixing all tests by "test"Marc Weber1-11/+11
2009-11-22nix lang runTests: ignore tests which are not prefixed by "test"Marc Weber1-2/+8
2009-11-22add some debugging functionsMarc Weber1-2/+49
2009-11-22* Bring back Emacs 22 by request from Ludovic.Eelco Dolstra1-0/+1
2009-11-19* Move makeOverridable out of all-packages.nix.Eelco Dolstra1-3/+24
2009-11-19* Move `modifyDerivation' from build-support/vm to lib and rename itEelco Dolstra3-1/+43
2009-11-19* Move functions like `runCommand' out of all-packages.nix and intoEelco Dolstra1-1/+1
2009-11-17* Another unused function.Eelco Dolstra1-6/+0
2009-11-17* Remove some more unused functions.Eelco Dolstra1-8/+0
2009-11-17* Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra1-17/+0
2009-11-14* Add the Go Programming Language compiler.Nicolas Pierron1-0/+1
2009-11-14* Improve showVal: handle integer and strings.Nicolas Pierron1-2/+5
2009-11-07* Fix typo and clarify why you should not use "mkFixStrictness" on top ofNicolas Pierron1-6/+8
2009-11-07* Add an awful hack to bypass the strictness of isType operators forNicolas Pierron1-0/+38
2009-11-07* Change the check function to accept sub-modules with arguments inNicolas Pierron1-1/+1
2009-11-07* Add a function to sort a list.Nicolas Pierron2-0/+78
2009-11-07* Add a function to replace "pkgs.checker". The function checkModule does aNicolas Pierron1-0/+25
2009-11-07* Add "_args" to all sub-module configurations result. This attributeNicolas Pierron1-11/+20
2009-11-07* Add a type to handle environment variables with the usual stringNicolas Pierron1-1/+7
2009-11-05* Report file locations in the stack-trace when multiple optionNicolas Pierron1-3/+8
2009-11-05* Add a type for read-only options. Options which are only declaredNicolas Pierron1-0/+6
2009-11-05* Add isDefined to each options. This will clean-up NixOS introspection.Nicolas Pierron1-0/+1
2009-10-28* The libx86 package refers to platforms.netbsd, so add it.Eelco Dolstra1-0/+1
2009-10-23svn path=/nixpkgs/trunk/; revision=17934Eelco Dolstra1-2/+3
2009-10-23Try to add missing flip function for NixOSMichael Raskin1-0/+2
2009-10-12Refactor a bit to add names to intermediate computations. Add a crossNicolas Pierron1-90/+111
2009-10-12* modules.nix: use catAttrs function instead of hand made code.Nicolas Pierron1-5/+1
2009-10-12Revert previous commit because this is implicit. Fix property evaluationNicolas Pierron2-2/+2
2009-10-12do not delay mkOverride on options which are does not have sub modules.Nicolas Pierron1-1/+1
2009-10-12Only allow properties with a onGlobalEval function to go through specificNicolas Pierron3-9/+16
2009-10-09Revert "* Revert the last two commits ..." (rev 17738) & Fix.Nicolas Pierron3-8/+31
2009-10-09* Enable builds on OpenBSD.Eelco Dolstra1-2/+3
2009-10-09* Revert the last two commits since they break every job in theEelco Dolstra3-31/+8
2009-10-09Add mkOverrideTemplate (currently the same as mkOverride).Nicolas Pierron1-1/+5
2009-10-09Replace a counter intuitive behaviour of module evaluations.Nicolas Pierron3-7/+26
2009-10-09extract function unifyOptionModule from moduleMerge. This function isNicolas Pierron1-9/+14
2009-10-08fix some typos in commentsMarc Weber1-10/+11
2009-10-06Add the reverseList function.Nicolas Pierron1-0/+6
2009-10-06Improve the efficiency of stringToCharacters.Nicolas Pierron1-1/+1
2009-10-06introduce the stringAsChars ans replaceChars functions.Nicolas Pierron1-1/+22
2009-10-06Extract the path done inside the iteration process of the option type andNicolas Pierron1-6/+7