Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit adf1ff29a7 - Show all commits

View File

@ -19,7 +19,7 @@
];
boot.kernel.sysctl = {
"kernel.perf_event_paranoid" = lib.mkDefault 0;
"kernel.perf_event_paranoid" = lib.mkDefault "-1";
};
boot.kernelPackages = pkgs.linuxPackages_latest;