Clean up unneeded compat module
This commit is contained in:
parent
245f5ecb91
commit
15497046c7
|
@ -1,6 +0,0 @@
|
|||
{ config, pkgs, lib, ... }: with lib; {
|
||||
# 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" ];
|
||||
}
|
Loading…
Reference in a new issue