aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env
AgeCommit message (Expand)Author
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
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22Add missing #includeEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco Dolstra
2013-11-19Drop support for user environment manifests in ATerm formatEelco Dolstra
2013-11-19nix-env -q: Add a --json flagEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2013-09-06Remove stray debug lineEelco Dolstra
2013-09-03nix-env -i: Add a flag ‘--remove-all’ / ‘-r’Eelco Dolstra
2013-09-03nix-env: Use wildcard match by defaultEelco Dolstra
2013-09-03nix-env: Load files in ~/.nix-defexpr on demandEelco Dolstra
2013-09-03Check for name collisions in the input Nix expressionsEelco Dolstra
2013-09-03Work on Values instead of ExprsEelco Dolstra
2013-09-03Get rid of the parse tree cacheEelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2012-12-12Allow setting the profile location using $NIX_PROFILEEelco Dolstra
2012-12-04nix-env: Install all outputs of a derivationEelco Dolstra
2012-12-03Fix the ‘--prebuilt-only’ flagEelco Dolstra
2012-12-03WhitespaceEelco Dolstra
2012-11-28nix-env -q --out-path: Support multiple outputsEelco Dolstra
2012-10-04getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-10-03nix-env: Support ‘--repair’ flagEelco Dolstra
2012-09-13nix-env --delete-generations: Support --dry-run flagEelco Dolstra