Merge pull request #47679 from NixOS/docs-make-channel
Document make-channel.nix
This commit is contained in:
commit
d3c2247b77
@ -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, nixpkgs, version, versionSuffix }:
|
||||||
|
|
||||||
pkgs.releaseTools.makeSourceTarball {
|
pkgs.releaseTools.makeSourceTarball {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user