diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 11:18:32 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 11:18:32 -0500 |
commit | 971adc33dcf6f4ce2e733f35ea57a488538d2af6 (patch) | |
tree | 86b03d262c3e93065262dfc13e85e2f47c67e999 /hosts/ades/iso.nix | |
parent | a398bf63aad2b015bb1a7606060ccd0fadef6e7d (diff) | |
download | nixos-config-971adc33dcf6f4ce2e733f35ea57a488538d2af6.tar.gz nixos-config-971adc33dcf6f4ce2e733f35ea57a488538d2af6.zip |
hosts/ades/live: Fix Super Tux Kart name in shimmed packages
Diffstat (limited to 'hosts/ades/iso.nix')
-rw-r--r-- | hosts/ades/iso.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ades/iso.nix b/hosts/ades/iso.nix index 526bc07..b970685 100644 --- a/hosts/ades/iso.nix +++ b/hosts/ades/iso.nix @@ -11,7 +11,7 @@ let shimmedPackages = [ "wesnoth" "luanti" - "supertuxkart" + "superTuxKart" "mindustry" "shattered-pixel-dungeon" "bzflag" |