summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2017-10-30 18:42:16 +0100
committerRobert Hensing <robert@roberthensing.nl>2018-10-02 21:52:43 +0200
commitbbffdfcf7296388f9022c2bf1eae305bd3163f96 (patch)
tree3af1f314d86ad1bdbbd0bcf713643198c0ca25f9 /nixos
parent1643967b8dc3d0d618a9ebc960996bf807dbbf4c (diff)
downloadnixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar.gz
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar.bz2
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar.lz
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar.xz
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.tar.zst
nixlib-bbffdfcf7296388f9022c2bf1eae305bd3163f96.zip
Document make-channel.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/lib/make-channel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/lib/make-channel.nix b/nixos/lib/make-channel.nix
index fd805f7f943f..0db4a46151de 100644
--- a/nixos/lib/make-channel.nix
+++ b/nixos/lib/make-channel.nix
@@ -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.releaseTools.makeSourceTarball {