aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/command-ref/nix-env.xml
AgeCommit message (Collapse)Author
2018-05-31Merge pull request #767 from mogorman/garbage_collect_keep_last_fewPeter Simons
Implement --delete-generations + flag for keeping last N number of gens
2018-04-07fix typo in nix-env man pageNicolas Dudebout
2018-03-01only delete things older than current gen and update logic in doc asMatthew O'Gorman
well
2018-03-01Implement --delete-generations + flag for keeping last N number of generationsMatthew O'Gorman
2017-07-07man pages: Consistently separate alternatives by /Robert Vollmert
2017-04-19document optionArmijn Hemel
2017-01-03Drop a few more references to all-packages.nixEelco Dolstra
And also don't refer to f-spot, which apparently no longer exists. Issue #1170.
2016-02-23nix-env: respect meta.outputsToInstallVladimír Čunát
Discussed on https://github.com/NixOS/nixpkgs/pull/12653#discussion_r51601849
2015-09-17doc: fix the 'prebuild' typosVladimír Čunát
2015-06-01Document tarball downloadingEelco Dolstra
2015-05-19nix-env: document --set optionCharles Strahan
2015-03-06Fix typos: s/the the/the/Daniel Hahler
2014-10-03nix-env: Add regular expression support in selectorsEelco Dolstra
So you can now do things like: $ nix-env -qa '.*zip.*' $ nix-env -qa '.*(firefox|chromium).*'
2014-09-16Fix references to version.txtEelco Dolstra
2014-08-27Restructuring the Nix manualMikey Ariel