about summary refs log tree commit diff
path: root/haskell-overlay.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-11-30T04·01-0500
committerGriffin Smith <root@gws.fyi>2019-11-30T04·01-0500
commit92976cc9aad41c1f7b2c83dbbd22e0cf7e26b626 (patch)
tree15983d303870dd0bdd678e7db363e039318db831 /haskell-overlay.nix
parent8a1235c3dcf7fe69b2e2ea3eea326858d26d38b9 (diff)
Move patch file to a less obtrusive location
Diffstat (limited to 'haskell-overlay.nix')
-rw-r--r--haskell-overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell-overlay.nix b/haskell-overlay.nix
index 90ba35c6af..959f63c5a0 100644
--- a/haskell-overlay.nix
+++ b/haskell-overlay.nix
@@ -3,5 +3,5 @@ let inherit (nixpkgs) pkgs;
 in self: super: rec {
   generic-arbitrary = pkgs.haskell.lib.appendPatch
     super.generic-arbitrary
-    [ ./generic-arbitrary-export-garbitrary.patch ];
+    [ ./build/generic-arbitrary-export-garbitrary.patch ];
 }