Skip to content
Snippets Groups Projects
Commit 55cf97b4 authored by Florian Sesser's avatar Florian Sesser
Browse files

Accept the nonfree licensed package we require to monitor our RAID arrays

Thanks @tomprince!
parent 79da28b3
Branches
Tags
No related merge requests found
......@@ -26,7 +26,11 @@
# Ensure that configuration of the system where this runs
# doesn't leak into what we build.
# See https://github.com/NixOS/nixpkgs/issues/62513
config = {};
config = { pkgs }: let lib = pkgs.lib; in {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"megacli"
];
};
overlays = [];
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment