umm i think this is good

This commit is contained in:
Mars 2025-04-29 15:10:58 -04:00
parent 854f116f2d
commit 2be2613e12
3 changed files with 251 additions and 116 deletions

View file

@ -473,6 +473,6 @@ fn os::GetDiskUsage() -> Result<DiskSpace, DraconisError> {
};
}
fn os::GetPackageCount() -> Result<u64, DraconisError> { return linux::GetNixPackageCount(); }
fn os::GetPackageCount() -> Result<u64, DraconisError> { return linux::GetTotalPackageCount(); }
#endif // __linux__