Skip to content

Commit

Permalink
feat: add dependency TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Aug 14, 2023
1 parent 6e8c6fe commit 36fec5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ impl Derivation {
struct Output {
path: String,
}

pub fn get_dependencies(path: &str) -> Vec<String> {
// TODO nix-store -qR /an/executable/path
vec![]
}

0 comments on commit 36fec5b

Please sign in to comment.