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 a7fb69ab92 - Show all commits

View File

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

View File

@ -5,7 +5,6 @@
../common/main.nix ../common/main.nix
./hardware-configuration.nix ./hardware-configuration.nix
./fs.nix
./gitlab-runner.nix ./gitlab-runner.nix
./monitoring.nix ./monitoring.nix
./net.nix ./net.nix