diff options
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/derivation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/corepkgs/derivation.nix b/corepkgs/derivation.nix index 851c8d3ea55a..c0fbe8082cd3 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" ], ... }: |