Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now the nix-shell will generate a nix expression that looks like this: with import <nixpkgs> {}; runCommand "shell" { nativeBuildInputs = [ (...) (...) (...) ]; } from $ nix-shell --packages ... ... ... Fixes the issue described in NixOS/nixpkgs#38657.
- Loading branch information