Skip to content

Commit

Permalink
Merge pull request #467 from nix-community/compression
Browse files Browse the repository at this point in the history
fix invalid deriver
  • Loading branch information
Mic92 authored Nov 25, 2024
2 parents 14a7e99 + 443867c commit 6fb4815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/narinfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn query_narinfo(
deriver: if path_info.deriver.is_empty() {
None
} else {
Some(path_info.deriver.clone())
extract_filename(&path_info.deriver)
},
sigs: vec![],
ca: path_info.content_address,
Expand Down

0 comments on commit 6fb4815

Please sign in to comment.