mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 11:58:32 +00:00
shell.nix: do not enforce purity
This commit is contained in:
parent
783fa80d19
commit
6c6e61843e
@ -37,6 +37,7 @@ stdenv.mkDerivation {
|
|||||||
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