mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
11 lines
325 B
Diff
11 lines
325 B
Diff
--- a/src/lib.rs
|
|
+++ b/src/lib.rs
|
|
@@ -18,7 +18,7 @@ use std::{
|
|
};
|
|
use tracing::trace;
|
|
|
|
-const DB_PATHS: &[&str] = &["/usr/share/hwdata/pci.ids", "/usr/share/misc/pci.ids"];
|
|
+const DB_PATHS: &[&str] = &["@hwdata@/share/hwdata/pci.ids"];
|
|
#[cfg(feature = "online")]
|
|
const URL: &str = "https://pci-ids.ucw.cz/v2.2/pci.ids";
|