about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/derivation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/corepkgs/derivation.nix b/corepkgs/derivation.nix
index c0fbe8082c..851c8d3ea5 100644
--- a/corepkgs/derivation.nix
+++ b/corepkgs/derivation.nix
@@ -1,5 +1,5 @@
-/* This is the implementation of the ‘derivation’ builtin function.
-   It's actually a wrapper around the ‘derivationStrict’ primop. */
+/* This is the implementation of the 'derivation' builtin function.
+   It's actually a wrapper around the 'derivationStrict' primop. */
 
 drvAttrs @ { outputs ? [ "out" ], ... }: