rename deprecated property

This commit is contained in:
Hendrik Sokolowski 2022-11-26 15:41:13 +01:00 committed by teutat3s
parent f51e4f3633
commit fd58c1b1a3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -2,5 +2,5 @@
# Both things below are for
# https://github.com/NixOS/nixpkgs/issues/124215
documentation.info.enable = lib.mkForce false;
nix.sandboxPaths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
nix.settings.extra-sandbox-paths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
}