fix: config spec
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
(def ^:dynamic *cfg* default)
|
||||
|
||||
(s/def ::ibm-plex-web string?)
|
||||
(s/def ::ibm-plex-web #(instance? java.io.File %))
|
||||
|
||||
Reference in New Issue
Block a user