From 17e863d0176f76712b4d12e58364e80bedbf7285 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 4 Nov 2018 20:43:41 +0100 Subject: Remove incorrect sentence from make-channel comment Besides being incorrect, claims like these tend to stick around after they become incorrect. --- nixos/lib/make-channel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/lib/make-channel.nix b/nixos/lib/make-channel.nix index 0db4a46151de..9b920b989fcf 100644 --- a/nixos/lib/make-channel.nix +++ b/nixos/lib/make-channel.nix @@ -1,6 +1,6 @@ /* 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. + * that they represent. */ { pkgs, nixpkgs, version, versionSuffix }: -- cgit 1.4.1