about summary refs log tree commit diff
path: root/shell.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 /shell.nix
parent8a1235c3dcf7fe69b2e2ea3eea326858d26d38b9 (diff)
Move patch file to a less obtrusive location
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d1c2b7ad911a..915e3e748a3f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -21,7 +21,7 @@ let
         # eww https://github.com/NixOS/nixpkgs/issues/16394
         generic-arbitrary = pkgs.haskell.lib.appendPatch
           super.generic-arbitrary
-          [ ./generic-arbitrary-export-garbitrary.patch ];
+          [ ./build/generic-arbitrary-export-garbitrary.patch ];
       });
     }
     else packageSet