about summary refs log tree commit diff
path: root/nixpkgs/doc/using/overlays.chapter.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/using/overlays.chapter.md')
-rw-r--r--nixpkgs/doc/using/overlays.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/doc/using/overlays.chapter.md b/nixpkgs/doc/using/overlays.chapter.md
index 1bec6586f28e..46200730f0b2 100644
--- a/nixpkgs/doc/using/overlays.chapter.md
+++ b/nixpkgs/doc/using/overlays.chapter.md
@@ -141,7 +141,7 @@ For BLAS/LAPACK switching to work correctly, all packages must depend on `blas`
 assert (!blas.isILP64) && (!lapack.isILP64);
 
 stdenv.mkDerivation {
-  ...
+  # ...
 }
 ```