chore(tf2): bump tf2-nix

This commit is contained in:
2025-10-24 11:49:43 -06:00
parent a0b46e6924
commit e623aadbc0
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ in {
config = lib.mkIf cfg.enable
(let
tf2pkgs = inputs.tf2-nix.packages.x86_64-linux;
tf2pkgs = inputs.tf2-nix.legacyPackages.x86_64-linux;
tgz = x: pkgs.runCommand "source" {} ''
tarball="${x}"
tar xzf "$tarball"