Compare commits
2 commits
be676a1d06
...
913b3acec3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
913b3acec3 | ||
|
|
ce5d35c4ea |
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ in {
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (vendor == "athena") {
|
// lib.optionalAttrs (vendor == "athena") {
|
||||||
"Athena".source = "${athena.card-driver}/etc/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";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = [athena.card-driver];
|
systemPackages = [athena.card-driver];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue