packaging: use fenix for dev shell

This commit is contained in:
Qyriad 2026-02-16 18:02:39 +01:00
parent f46c2a9934
commit 26397ccf37
4 changed files with 32 additions and 4 deletions

View file

@ -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}"