1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Restore some of the shellHook

This commit is contained in:
Eelco Dolstra 2020-08-31 16:39:45 +02:00
parent 56707218f6
commit ebb8e076eb

View file

@ -430,6 +430,12 @@
enableParallelBuilding = true;
installFlags = "sysconfdir=$(out)/etc";
shellHook =
''
PATH=$prefix/bin:$PATH
unset PYTHONPATH
'';
});
};