ITADN

How do I use a stdenv override?

#349Openananthb 创建于 2025-05-19
A
ananthbcommented
I need to use the `<nixpkgs>.pkgsLLVM.stdenv` shell override. If I was using a flakes develop shell I think I could use `pkgs.mkShell.override` to do that (I'm really new to Nix so I'm reasonably sure). How do I do that with devshell?
0 条评论