This has been moved to the Matrix AI blog: https://matrix.ai/2018/03/24/developing-with-nix/
Last active
March 29, 2019 11:03
-
-
Save CMCDragonkai/dcc1b538352624ea690d695ee1ff1528 to your computer and use it in GitHub Desktop.
Developing with Nix (Nodejs, Haskell, Python, PHP, Emscripten) #nix #nixpkgs #nixos #python
Author
@danbst Doesn't that link say to set SOURCE_DATE_EPOCH to an actual date somewhere?
Also I haven't finished this gist.
Author
@danbst You are right. You do need unset SOURCE_DATE_EPOCH in the shellHook for Python packages.
Blogpost url has changed to https://matrix.ai/blog/developing-with-nix/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've read only the Python section. You may want to add
to shellhook, because otherwise pip can fail with Zip error (NixOS/nixpkgs@6f1551d)