summary refs log tree commit diff
path: root/lib/trivial.nix
Commit message (Collapse)AuthorAge
* lib/trivial.nix: improve spellingPeter Simons2015-11-25
|
* lib: document fix and add fix', extends functionsPeter Simons2015-11-24
| | | | | These functions used to live in pkgs/development/haskell-modules/default.nix, but they are generic, really, and should be easily accessible to everyone.
* Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23
|
* Use builtin seq/deepSeqEelco Dolstra2015-03-20
|
* Automatically set nix.nrBuildUsers to at least nix.maxJobsEelco Dolstra2015-02-16
|
* Add a global variable ‘inNixShell’Eelco Dolstra2014-02-19
| | | | | | | | | | This is primarily useful in Nix expressions that are also intended to be used by nix-shell. It allows saying things like: buildInputs = [ ... ] ++ (if inNixShell then [ emacs ] else [ ]); This should not be used in Nixpkgs (since the question of what constitutes a useful nix-shell environment is very subjective).
* Add a constant ‘nixpkgsVersion’Eelco Dolstra2014-02-19
| | | | | | | | This makes it a bit easier to find out the current Nixpkgs version, e.g. $ nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion "14.02.35657.66f51a9"
* Add some primops to libEelco Dolstra2013-11-12
|
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10