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 4fa074f893 - Show all commits

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = [ pkgs.ceph-client ];
environment.systemPackages = [ pkgs.ceph pkgs.ceph-client ];
# We need the ceph module loaded as the mount.ceph binary fails to run the
# modprobe command.