summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2018-11-04 20:43:41 +0100
committerRobert Hensing <robert@roberthensing.nl>2018-11-04 20:45:49 +0100
commit17e863d0176f76712b4d12e58364e80bedbf7285 (patch)
tree42f6c7c8b1965f000690d36f00ef7898068ebb9d /nixos
parentbbffdfcf7296388f9022c2bf1eae305bd3163f96 (diff)
downloadnixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar.gz
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar.bz2
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar.lz
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar.xz
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.tar.zst
nixlib-17e863d0176f76712b4d12e58364e80bedbf7285.zip
Remove incorrect sentence from make-channel comment
Besides being incorrect, claims like these tend to stick around
after they become incorrect.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/lib/make-channel.nix2
1 files changed, 1 insertions, 1 deletions
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 }: