Remove incorrect sentence from make-channel comment
Besides being incorrect, claims like these tend to stick around after they become incorrect.
This commit is contained in:
parent
bbffdfcf72
commit
17e863d017
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* Build a channel tarball. These contain, in addition to the nixpkgs
|
/* Build a channel tarball. These contain, in addition to the nixpkgs
|
||||||
* expressions themselves, files that indicate the version of nixpkgs
|
* expressions themselves, files that indicate the version of nixpkgs
|
||||||
* that they represent. This only seems to be used by Travis.
|
* that they represent.
|
||||||
*/
|
*/
|
||||||
{ pkgs, nixpkgs, version, versionSuffix }:
|
{ pkgs, nixpkgs, version, versionSuffix }:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue