Skip to content

Commit

Permalink
python: setup: fedora: Install packages for mkosi and systemd-nspawn
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 30, 2024
1 parent 1ebb195 commit 39723a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/setup/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ def install_packages():
'git-delta',
'git-email',

# mkosi / systemd-nspawn
'distribution-gpg-keys',
'systemd-container',

# nicer GNU utilities
'duf',
'eza' if fedora_version >= 39 else 'exa',
Expand Down

0 comments on commit 39723a1

Please sign in to comment.