Skip to content

Commit 44fef5c

Browse files
committed
kata.kata-image: don't include tdnf/history.db
This fixes a reproducibility issue, as the db contained timestamps. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
1 parent a51cf91 commit 44fef5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/by-name/kata/kata-image/package.nix

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ stdenv.mkDerivation rec {
196196
--exclude='./usr/lib/systemd/system/systemd-timesyncd*' \
197197
--exclude='./usr/lib/systemd/system/systemd-tmpfiles-setup*' \
198198
--exclude='./usr/lib/systemd/system/systemd-update-utmp*' \
199+
--exclude='./usr/lib/sysimage/tdnf/history.db' \
199200
--exclude='*systemd-bless-boot-generator*' \
200201
--exclude='*systemd-fstab-generator*' \
201202
--exclude='*systemd-getty-generator*' \

0 commit comments

Comments
 (0)