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 6 additions and 0 deletions
Showing only changes of commit 36ee1f3adc - Show all commits

View File

@ -15,6 +15,10 @@
"megaraid_sas" # For HW RAID "megaraid_sas" # For HW RAID
]; ];
environment.systemPackages = with pkgs; [
storcli # To manage HW RAID
];
fileSystems."/home" = { fileSystems."/home" = {
device = "/dev/disk/by-label/home"; device = "/dev/disk/by-label/home";
fsType = "ext4"; fsType = "ext4";

View File

@ -6,6 +6,8 @@
(import ../../../pkgs/overlay.nix) (import ../../../pkgs/overlay.nix)
]; ];
nixpkgs.config.allowUnfree = true;
nix = { nix = {
nixPath = [ nixPath = [
"nixpkgs=${nixpkgs}" "nixpkgs=${nixpkgs}"