>> How do you test packages locally with /bin/sh pointing to Dash on NixOS? >> I had no idea that's possible. > ># nix-build -A dash "<nixpkgs>" -o /bin/sh I think this won't work as expected - /bin/sh/bin/dash is not what we want.