Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
3 changed files with 2 additions and 1 deletions
Showing only changes of commit db6bb90af8 - Show all commits

View File

@ -3,7 +3,7 @@
{
imports = [
../common/main.nix
./monitoring.nix
../common/monitoring.nix
];
# Select the this using the ID to avoid mismatches

View File

@ -3,6 +3,7 @@
{
imports = [
../common/main.nix
../common/monitoring.nix
];
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53563a";