about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-03-12 22:47:28 +0100
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-03-12 22:47:28 +0100
commit6c99f88eeced94c9940e45419c4608a766a02487 (patch)
treee5c14d13084113021f95340c549d97b26318d30c /pkgs/development/haskell-modules/configuration-nix.nix
parent039c6a6dfad1d37c09411fecaf8e821f108f12cf (diff)
downloadnixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar.gz
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar.bz2
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar.lz
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar.xz
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.tar.zst
nixlib-6c99f88eeced94c9940e45419c4608a766a02487.zip
fix typo in comment
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 9773a65cefec..981a48055bcc 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -33,7 +33,7 @@ with import ./lib.nix { inherit pkgs; };
 #
 #   foo = ... something involving super.foo ...
 #
-# but that means that we add `foo` attribute even is there is no `super.foo`! So if
+# but that means that we add `foo` attribute even if there is no `super.foo`! So if
 # you want to use this configuration for a package set that only contains a subset of
 # the packages that have overrides defined here, you'll end up with a set that contains
 # a bunch of attributes that trigger an evaluation error.