Skip to content

Commit

Permalink
Merge pull request #172 from CooperUnion/user/jacobkoziej/numpy-zlib-fix
Browse files Browse the repository at this point in the history
NumPy Zlib fix
  • Loading branch information
jacobkoziej authored Jan 24, 2024
2 parents c86425e + 8d0962f commit b344eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@
pkgs.act
pkgs.mdbook
pkgs.nixpkgs-fmt
pkgs.zlib
python
rust
];

shellHook = ''
export LD_LIBRARY_PATH="''${LD_LIBRARY_PATH:-}"
export LD_LIBRARY_PATH="${pkgs.zlib}/lib:''$LD_LIBRARY_PATH"
'';
};
}
);
Expand Down

0 comments on commit b344eb8

Please sign in to comment.