Merge pull request #47679 from NixOS/docs-make-channel

Document make-channel.nix
This commit is contained in:
Matthew Bauer 2018-11-04 16:51:28 -06:00 committed by GitHub
commit d3c2247b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,7 @@
/* Build a channel tarball. These contain, in addition to the nixpkgs
* expressions themselves, files that indicate the version of nixpkgs
* that they represent.
*/
{ pkgs, nixpkgs, version, versionSuffix }:
pkgs.releaseTools.makeSourceTarball {