Expose tf2/packages/default.nix as a function, so a custom nixpkgs instantiation can be provided

This commit is contained in:
Shelvacu
2025-06-29 18:31:37 -07:00
committed by Shelvacu on fw
parent 1b61a16e8c
commit 307a217a1b
3 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
{ pkgs, lib }:
{ pkgs }:
let
inherit (pkgs) lib;
mkTf2Config = pkgs.callPackage ../mkTf2Config.nix {};
fetchFromGameBanana =