pymks
pymks copied to clipboard
How to use nix to install pymks
I find that the nix changes the location of the repository. So this code didn't work; can you update the readme file?
nix-shell \
-I nixpkgs=https://github.com/NixOS/nixpkgs/archive/21.05.tar.gz \
-I pymks=https://github.com/materialsinnovation/pymks/archive/${PYMKS_VERSION}.tar.gz \
-E 'with (import <nixpkgs> {}); mkShell { buildInputs = [ (python3Packages.callPackage <pymks> { }) ]; }'
Thanks for generating an issue. I'm not sure what you mean by "changes the location of the repository". Do you mean that executing the nix-shell command changes the location of your own cloned working copy?