Enable strictDeps on all our toplevel packages #12

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

6
common/main.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
];
}

View File

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
../common/main.nix
./hardware-configuration.nix ./hardware-configuration.nix
./boot.nix ./boot.nix