fix(mkTf2Config): Pass additional arguments to mkDerivation

This commit is contained in:
2025-07-06 02:06:58 -06:00
parent 8396927ec6
commit 55c3b4e4dd
3 changed files with 31 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
[clojure.tools.logging :as l]
[clojure.string :as str]))
;; https://github.com/mastercomfig/hud-db is expected to be cloned to
;; `hud-db-root`.
(def hud-db-root (or (System/getenv "HUD_DB_ROOT")
(fs/expand-home "~/git/hud-db")))