summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2019-03-05 10:59:51 +0700
committerDomen Kožar <domen@dev.si>2019-03-05 10:59:51 +0700
commitd45ba336b28661b16e6c8bb027bb68ba4e62c1c6 (patch)
tree401508972584c3aaeebf118d7baa23f77916ed24 /pkgs/development/haskell-modules
parentb257346c422e86b41f911e001411ba5a70d10335 (diff)
downloadnixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar.gz
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar.bz2
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar.lz
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar.xz
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.tar.zst
nixpkgs-d45ba336b28661b16e6c8bb027bb68ba4e62c1c6.zip
cachix: 0.1.3 -> 0.2.0
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e27348b9455..316efcd0d59 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1075,6 +1075,9 @@ self: super: {
   cborg = doJailbreak super.cborg;
   serialise = doJailbreak (dontCheck super.serialise);
 
+  # https://github.com/haskell-hvr/netrc/pull/2#issuecomment-469526558
+  netrc = doJailbreak super.netrc;
+
   # https://github.com/phadej/tree-diff/issues/19
   tree-diff = doJailbreak super.tree-diff;