Compare commits

..

No commits in common. "913b3acec30af2f506aed0754ccd36046ed4d852" and "be676a1d06dab7433e74191dee943dad9c81e2ed" have entirely different histories.

View file

@ -16,11 +16,7 @@ in {
'';
}
// lib.optionalAttrs (vendor == "athena") {
"Athena".source = "${athena.card-driver.lib}/etc/Athena";
}
// lib.optionalAttrs (vendor == "idopte") {
"idoss.conf".source = "${athena.card-driver.lib}/etc/idoss.conf";
"idoss.lic".source = "${athena.card-driver.lib}/etc/idoss.lic";
"Athena".source = "${athena.card-driver}/etc/Athena";
};
systemPackages = [athena.card-driver];