mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
Document make-channel.nix
This commit is contained in:
parent
1643967b8d
commit
bbffdfcf72
1 changed files with 4 additions and 0 deletions
|
@ -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. This only seems to be used by Travis.
|
||||||
|
*/
|
||||||
{ pkgs, nixpkgs, version, versionSuffix }:
|
{ pkgs, nixpkgs, version, versionSuffix }:
|
||||||
|
|
||||||
pkgs.releaseTools.makeSourceTarball {
|
pkgs.releaseTools.makeSourceTarball {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue