Expose tf2/packages/default.nix as a function, so a custom nixpkgs instantiation can be provided
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ pkgs, lib }:
|
||||
{ pkgs }:
|
||||
|
||||
let
|
||||
inherit (pkgs) lib;
|
||||
|
||||
mkTf2Config = pkgs.callPackage ../mkTf2Config.nix {};
|
||||
|
||||
fetchFromGameBanana =
|
||||
|
||||
Reference in New Issue
Block a user