fix: config spec

This commit is contained in:
2026-02-28 20:17:32 -07:00
parent 7e0826c496
commit 01d88bb30d
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
}:
let
# mkCljBin sans fake-git.
# mkCljBin sans fake-git. We don't need it, and I don't want it in
# my dev shell.
mkCljBin' = args: (mkCljBin args).overrideAttrs (final: prev: {
nativeBuildInputs =
builtins.filter

View File

@@ -16,4 +16,4 @@
(def ^:dynamic *cfg* default)
(s/def ::ibm-plex-web string?)
(s/def ::ibm-plex-web #(instance? java.io.File %))