Clean up unneeded compat module

This commit is contained in:
teutat3s 2021-07-20 22:08:33 +02:00
parent 245f5ecb91
commit 15497046c7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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" ];
}