don't do anything cahash cause serde fails to parse sometimes
This commit is contained in:
parent
5111af1d34
commit
df8d3a0bc6
2 changed files with 2 additions and 3 deletions
|
@ -157,7 +157,7 @@ impl<'a> Uploader<'a> {
|
|||
nar_size: nar.len() as u64,
|
||||
references: self.path.references.iter().map(StorePath::as_ref).collect(),
|
||||
signatures: Vec::new(),
|
||||
ca: self.path.ca.clone(),
|
||||
ca: None,
|
||||
system: None,
|
||||
deriver: Some(self.path.deriver.as_ref()),
|
||||
compression: Some("zstd"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue