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" "nixpkgs": "nixpkgs_13"
}, },
"locked": { "locked": {
"lastModified": 1744886451, "lastModified": 1761467191,
"narHash": "sha256-r5T1RLK6z6eios+njFODAkWSHuSUS5hzC4fkOivFYkA=", "narHash": "sha256-0NHhZztMuw17Tp/HjsGhAtjI4k5Qhg0ZxIkgIA0hHOI=",
"owner": "msyds", "owner": "msyds",
"repo": "tf2-nix", "repo": "tf2-nix",
"rev": "36fb39c38b81394ccb63b7771fc7ec83c4a58419", "rev": "98673e8d34fbe59e3c5e9f27068a46e6b61ccc60",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {

View File

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