summaryrefslogtreecommitdiffstats
path: root/doc/manual/command-ref/nix-channel.xml
AgeCommit message (Collapse)Author
2020-07-24Remove DocBook manualEelco Dolstra
2020-07-23<replaceable> -> <emphasis>Eelco Dolstra
Pandoc doesn't know <replaceable> so let's force it to be rendered as italics.
2020-01-09Add link to official channels in nix-channel command refJoe Pea
2019-10-17Merge pull request #2291 from Taneb/masterEelco Dolstra
nix-channel documentation: don't suggest deprecated function
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
This has been ignored since the Perl->C++ rewrite.
2018-07-16nix-channel documentation: don't suggest deprecated functionNathan van Doorn
Running `nix-instantiate --eval -E '(import <nixpkgs> {}).lib.nixpkgsVersion` emits a warning ``` trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! ```
2018-03-01nix-channel grammar and punctuationMichael Fiano
Minor changes to the nix-channel manpage for my first contribution
2016-08-10Nuke nix-push.Shea Levy
Rarely used, nix copy replaces it.
2016-04-11Remove manifest supportEelco Dolstra
Manifests have been superseded by binary caches for years. This also gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
2015-02-22Merge branch 'docs/channels-path' of git://github.com/iElectric/nixShea Levy
2015-02-22fixes https://github.com/NixOS/nixpkgs/issues/6485Domen Kožar
2015-01-12doc: `nix-channel --remove` takes a name, not a urlTobias Geerinckx-Rice
2014-12-13Document channel format and excise most mentions of manifests and nix-pullEelco Dolstra
2014-10-14nix-channel: Add --rollback flagEelco Dolstra
Fixes #368.
2014-09-16Fix references to version.txtEelco Dolstra
2014-08-27Restructuring the Nix manualMikey Ariel