diff options
author | Griffin Smith <root@gws.fyi> | 2019-11-30T04·01-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-11-30T04·01-0500 |
commit | 92976cc9aad41c1f7b2c83dbbd22e0cf7e26b626 (patch) | |
tree | 15983d303870dd0bdd678e7db363e039318db831 /shell.nix | |
parent | 8a1235c3dcf7fe69b2e2ea3eea326858d26d38b9 (diff) |
Move patch file to a less obtrusive location
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
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 |