packaging: use fenix for dev shell
This commit is contained in:
parent
f46c2a9934
commit
26397ccf37
4 changed files with 32 additions and 4 deletions
|
|
@ -77,6 +77,7 @@ in {
|
|||
path,
|
||||
mkShell,
|
||||
python3Packages,
|
||||
fenixToolchain,
|
||||
}: let
|
||||
mkShell' = mkShell.override { inherit stdenv; };
|
||||
pyEnv = python3Packages.python.withPackages (p: [
|
||||
|
|
@ -87,8 +88,8 @@ in {
|
|||
inputsFrom = [ self ];
|
||||
packages = [
|
||||
pyEnv
|
||||
rustPackages.rustc
|
||||
rustPackages.rustfmt
|
||||
stdenv.cc
|
||||
fenixToolchain
|
||||
];
|
||||
env.PYTHONPATH = [
|
||||
"${pyEnv}/${pyEnv.sitePackages}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue