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;
|
2022-11-26 14:41:13 +00:00
|
|
|
nix.settings.extra-sandbox-paths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|