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 1 additions and 1 deletions
Showing only changes of commit 7e6c395ff8 - Show all commits

View File

@ -4,5 +4,6 @@
imports = [ imports = [
./boot.nix ./boot.nix
./fs.nix ./fs.nix
./hw.nix
]; ];
} }

View File

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
../common/main.nix ../common/main.nix
./hardware-configuration.nix
./gitlab-runner.nix ./gitlab-runner.nix
./monitoring.nix ./monitoring.nix