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 46d03d5ca7 - Show all commits

View File

@ -28,4 +28,8 @@
]; ];
}; };
}; };
networking.hosts = {
"10.100.0.1" = [ "fox" ];
};
} }