summary refs log tree commit diff
path: root/nixos/lib/make-channel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/lib/make-channel.nix')
-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..9b920b989fcf 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.
+ */
 { pkgs, nixpkgs, version, versionSuffix }:
 
 pkgs.releaseTools.makeSourceTarball {