summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorJack Kelly <jack@jackkelly.name>2018-04-09 07:27:03 +1000
committerJack Kelly <jack@jackkelly.name>2018-04-09 07:27:03 +1000
commitc2ce7070b17a425dd9ae6552afa27510d5b50d36 (patch)
treeb570e4431bcddcbd2815d3b99367abdec70ca490 /pkgs/development/haskell-modules/configuration-nix.nix
parent2d01bb7f6a5ab80fa7e7f03559e082ba42140db6 (diff)
downloadnixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar.gz
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar.bz2
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar.lz
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar.xz
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.tar.zst
nixlib-c2ce7070b17a425dd9ae6552afa27510d5b50d36.zip
Whitespace lint
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 33f82e93a862..f336e8126f0e 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -203,7 +203,7 @@ self: super: builtins.intersectAttrs super {
   # Tries to mess with extended POSIX attributes, but can't in our chroot environment.
   xattr = dontCheck super.xattr;
 
-   # Needs access to locale data, but looks for it in the wrong place.
+  # Needs access to locale data, but looks for it in the wrong place.
   scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
 
   # Expect to find sendmail(1) in $PATH.