summary refs log tree commit diff
path: root/pkgs/top-level/splice.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/splice.nix')
-rw-r--r--pkgs/top-level/splice.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/splice.nix b/pkgs/top-level/splice.nix
index 0a138947e8d..51fd6f420e8 100644
--- a/pkgs/top-level/splice.nix
+++ b/pkgs/top-level/splice.nix
@@ -6,10 +6,10 @@
 # run-time) of a package to a consumer that isn't used to thinking so cleverly.
 #
 # The solution is to splice the package sets together as we do below, so every
-# `callPackage`d expression in fact gets both versions. Each# derivation (and
-# each derivation's outputs) consists of the run-time version, augmented with a
-# `__spliced.buildHost` field for the build-time version, and `__spliced.hostTarget` field for the
-# run-time version.
+# `callPackage`d expression in fact gets both versions. Each derivation (and
+# each derivation's outputs) consists of the run-time version, augmented with
+# a `__spliced.buildHost` field for the build-time version, and
+# `__spliced.hostTarget` field for the run-time version.
 #
 # For performance reasons, rather than uniformally splice in all cases, we only
 # do so when `pkgs` and `buildPackages` are distinct. The `actuallySplice`