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

6
flake.lock generated
View File

@@ -1039,11 +1039,11 @@
"nixpkgs": "nixpkgs_13"
},
"locked": {
"lastModified": 1744886451,
"narHash": "sha256-r5T1RLK6z6eios+njFODAkWSHuSUS5hzC4fkOivFYkA=",
"lastModified": 1761467191,
"narHash": "sha256-0NHhZztMuw17Tp/HjsGhAtjI4k5Qhg0ZxIkgIA0hHOI=",
"owner": "msyds",
"repo": "tf2-nix",
"rev": "36fb39c38b81394ccb63b7771fc7ec83c4a58419",
"rev": "98673e8d34fbe59e3c5e9f27068a46e6b61ccc60",
"type": "gitlab"
},
"original": {

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"