2021-05-30 19:10:28 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
with lib; {
|
|
|
|
# Both things below are for
|
|
|
|
# https://github.com/NixOS/nixpkgs/issues/124215
|
|
|
|
documentation.info.enable = lib.mkForce false;
|
2023-01-28 20:40:44 +00:00
|
|
|
nix.settings.extra-sandbox-paths = ["/bin/sh=${pkgs.bash}/bin/sh"];
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|