Skip to content

Commit

Permalink
Work on barebones for fetching packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dleggo committed Nov 27, 2024
1 parent 1d6097f commit 4c836c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SysPkgs/pkg/src/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ pub fn retrieve_package(pkg: &PackageSelection, root: &Path) -> Result<(), Strin
let pkg_version = pkg.version;

let arch: = system.get_arch();
if let Some(a) = pkg_arch {
arch = a;
}

// TODO

Ok(())

Expand Down

0 comments on commit 4c836c2

Please sign in to comment.