Skip to content

Commit 0ed5628

Browse files
committed
Update haskell.nix
1 parent dec79f8 commit 0ed5628

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

flake.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
haskellNix = {
1010
url = "github:input-output-hk/haskell.nix";
1111
inputs.hackage.follows = "hackageNix";
12+
inputs.nixpkgs.follows = "nixpkgs";
1213
};
1314
# blst fails to build for x86_64-darwin
1415
# nixpkgs.follows = "haskellNix/nixpkgs-unstable";
@@ -129,6 +130,7 @@
129130
# Skip cross compilers for the shell
130131
shell.crossPlatforms = _: [];
131132
shell.shellHook = ''
133+
export LD_LIBRARY_PATH="${nixpkgs.snappy}/lib:$LD_LIBRARY_PATH"
132134
export PATH="$(git rev-parse --show-toplevel)/scripts/devshell:$PATH"
133135
'';
134136

0 commit comments

Comments
 (0)