diff --git a/flake.lock b/flake.lock index e55ce62..f5eaf66 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/home/users/crumb/tf2.nix b/modules/home/users/crumb/tf2.nix index ed98de7..3af6048 100644 --- a/modules/home/users/crumb/tf2.nix +++ b/modules/home/users/crumb/tf2.nix @@ -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"