mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
shell.nix: do not enforce purity
This commit is contained in:
parent
783fa80d19
commit
6c6e61843e
@ -36,7 +36,8 @@ stdenv.mkDerivation {
|
|||||||
darwin.libobjc
|
darwin.libobjc
|
||||||
libiconv
|
libiconv
|
||||||
];
|
];
|
||||||
LD_LIBRARY_PATH="${libffi}/lib:${libjpeg.out}/lib:${libusb1}/lib:${libressl.out}/lib";
|
LD_LIBRARY_PATH = "${libffi}/lib:${libjpeg.out}/lib:${libusb1}/lib:${libressl.out}/lib";
|
||||||
|
NIX_ENFORCE_PURITY = 0;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
pipenv shell
|
pipenv shell
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user