Skip to content

Commit da779c9

Browse files
flake.nix: add explicit gnutar
Had warnings/issues in the past with packing using the BSD macOS tar but then unpacking on Linux using GNU tar. Just make this dependency explicit to avoid issues. Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent 62e3542 commit da779c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
ninja
9797
libxml2
9898
qemu
99+
gnutar
99100
];
100101

101102
# Necessary for Rust bindgen

0 commit comments

Comments
 (0)