Malformed tarball error with latest Lix #16

Open
opened 2024-06-14 03:18:59 +00:00 by jade · 0 comments
Owner

This is because we changed the derivation name. Broken code:

let found_nix_paths = glob::glob(&format!("{}/nix-*", unpacked_path.display()))
.map_err(|e| Self::error(MoveUnpackedNixError::from(e)))?
.collect::<Result<Vec<_>, _>>()
.map_err(|e| Self::error(MoveUnpackedNixError::from(e)))?;

This is because we changed the derivation name. Broken code: https://git.lix.systems/lix-project/lix-installer/src/commit/f1a45806c7504448ccdb297978181513842946f7/src/action/base/move_unpacked_nix.rs#L65-L68
jade added this to the Release engineering project 2024-06-14 03:18:59 +00:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix-installer#16
No description provided.