diff --git a/nix/pkgs/vcs-fhs-env.nix b/nix/pkgs/vcs-fhs-env.nix index a21dd76d4..2dc84fac3 100644 --- a/nix/pkgs/vcs-fhs-env.nix +++ b/nix/pkgs/vcs-fhs-env.nix @@ -35,6 +35,7 @@ buildFHSEnv { preHook() { PATH="$PATH:$_oldVcsEnvPath" } + export -f preHook ''; targetPkgs = (ps: with ps; [ diff --git a/tests/default.nix b/tests/default.nix index c2c99072d..29041b031 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -88,12 +88,12 @@ let perf = casesSelf.callPackage ./perf { }; codegen = casesSelf.callPackage ./codegen { }; rvv_bench = casesSelf.callPackage ./rvv_bench { }; - pytorch = casesSelf.callPackage ./pytorch { }; + #pytorch = casesSelf.callPackage ./pytorch { }; })); # remove non-case attributes in scope scopeStripped = { - inherit (scope) mlir intrinsic asm perf codegen rvv_bench pytorch; + inherit (scope) mlir intrinsic asm perf codegen rvv_bench; }; # This derivation is for internal CI use only.