aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env
AgeCommit message (Expand)Author
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-02-23nix-env: respect meta.outputsToInstallVladimír Čunát
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-11-21Print license information on '--xml --meta'Pascal Wittmann
2015-09-18Shut up clang warningsEelco Dolstra
2015-09-17nix-env --upgrade: show "downgrading" when doing soVladimír Čunát
2015-09-17nix-env --upgrade: avoid unexpected downgradesVladimír Čunát
2015-07-23Optimize small listsEelco Dolstra
2015-07-23--version: Print some config infoEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21Move profiles.{cc,hh} to libstoreEelco Dolstra
2015-05-21Merge branch 'submit/sparse-generation-symlinks' of https://github.com/ctheun...Eelco Dolstra
2015-05-20Mis-read Eelko's request to not make this an option: now, let's not makeChristian Theune
2015-05-19Implement alternative to lazy generations:Christian Theune
2015-05-18Enable lazy/sparse allocation of generation symlinks: avoid creatingChristian Theune
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-03-19Fix Boehm API violationEelco Dolstra
2015-01-15Fix assertion failure in nix-envEelco Dolstra
2014-09-23Add --force-name support for --set in nix-env, to support nix-install-package...Shell Turner
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use pager for more commandsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-18Fix --attr parsingEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-08-01Make readDirectory() return inode / file typeEelco Dolstra
2014-06-02nix-env -qa --json: Generate valid JSON even if there are invalid meta attrsEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-04-15nix-env: Minor change to '--delete-generations Nd' semanticsRicardo M. Correia
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-03-30nix-env: Add support for --delete-generations 15dRicardo M. Correia
2014-03-11Fix passing meta attribute to buildenv.nixEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-21Merge branch 'master' into makeEelco Dolstra
2014-01-21Remove unused typeEelco Dolstra
2014-01-09Update MakefilesEelco Dolstra
2013-12-20nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra
2013-11-25Rename Makefile.new -> MakefileEelco Dolstra
2013-11-23Improve building dynamic librariesEelco Dolstra