about summary refs log tree commit diff
path: root/src/nix-env (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-0/+4
2016-02-04 Eliminate the "store" global variableEelco Dolstra2-27/+27
2016-01-05 First hit at providing support for floats in the language.Christian Theune1-0/+4
2015-11-21 Print license information on '--xml --meta'Pascal Wittmann1-0/+12
2015-09-18 Shut up clang warningsEelco Dolstra1-1/+1
2015-09-17 nix-env --upgrade: show "downgrading" when doing soVladimír Čunát1-2/+4
2015-09-17 nix-env --upgrade: avoid unexpected downgradesVladimír Čunát1-6/+8
2015-07-23 Optimize small listsEelco Dolstra2-6/+6
2015-07-23 --version: Print some config infoEelco Dolstra1-1/+7
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra2-153/+151
2015-05-21 nix-collect-garbage: Don't call nix-envEelco Dolstra1-61/+12
2015-05-21 Move profiles.{cc,hh} to libstoreEelco Dolstra2-210/+0
2015-05-21 Merge branch 'submit/sparse-generation-symlinks' of https://github.com/ctheun...Eelco Dolstra1-1/+19
2015-05-20 Mis-read Eelko's request to not make this an option: now, let's not makeChristian Theune5-18/+13
2015-05-19 Implement alternative to lazy generations:Christian Theune5-17/+25
2015-05-18 Enable lazy/sparse allocation of generation symlinks: avoid creatingChristian Theune1-1/+16
2015-05-05 Allow URLs in the Nix search pathEelco Dolstra1-2/+2
2015-04-09 Implement caching of fetchurl/fetchTarball resultsEelco Dolstra1-10/+1
2015-03-19 Fix Boehm API violationEelco Dolstra1-0/+1
2015-01-15 Fix assertion failure in nix-envEelco Dolstra1-1/+3
2014-09-23 Add --force-name support for --set in nix-env, to support nix-install-package...Shell Turner1-0/+3
2014-09-19 Store Attrs inside BindingsEelco Dolstra2-8/+8
2014-08-20 Use pager for more commandsEelco Dolstra1-1/+6
2014-08-20 Use proper quotes everywhereEelco Dolstra3-36/+36
2014-08-20 Add some colorEelco Dolstra1-8/+2
2014-08-18 Fix --attr parsingEelco Dolstra1-1/+3
2014-08-13 Refactor option handlingEelco Dolstra1-153/+139
2014-08-01 Make readDirectory() return inode / file typeEelco Dolstra2-10/+9
2014-06-02 nix-env -qa --json: Generate valid JSON even if there are invalid meta attrsEelco Dolstra1-2/+3
2014-05-26 Ensure that -I flags get included in nixPathEelco Dolstra1-3/+12
2014-04-15 nix-env: Minor change to '--delete-generations Nd' semanticsRicardo M. Correia1-4/+10
2014-04-04 Show position info in string concatenation / addition errorsEelco Dolstra1-2/+4
2014-03-30 nix-env: Add support for --delete-generations 15dRicardo M. Correia1-2/+17
2014-03-11 Fix passing meta attribute to buildenv.nixEelco Dolstra1-0/+1
2014-02-27 Set up a minimal /dev in chrootsEelco Dolstra1-2/+1
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra2-3/+3
2014-02-01 Remove AutomakefilesEelco Dolstra1-12/+0
2014-02-01 Update Makefile variable namesEelco Dolstra1-1/+1
2014-01-30 Rename Makefile -> local.mkEelco Dolstra1-0/+0
2014-01-21 Merge branch 'master' into makeEelco Dolstra1-6/+13
2014-01-21 Remove unused typeEelco Dolstra1-1/+0
2014-01-09 Update MakefilesEelco Dolstra1-1/+1
2013-12-20 nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra1-5/+13
2013-11-25 Rename Makefile.new -> MakefileEelco Dolstra1-0/+0
2013-11-23 Improve building dynamic librariesEelco Dolstra1-1/+1
2013-11-22 Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra1-1/+1
2013-11-22 Add missing #includeEelco Dolstra1-1/+1
2013-11-22 New non-recursive, plain Make-based build systemEelco Dolstra1-0/+7
2013-11-19 Check meta values and warn about bad onesEelco Dolstra2-24/+32
2013-11-19 Generalise meta attributesEelco Dolstra2-115/+84