fix: config spec

This commit is contained in:
2026-02-28 20:17:32 -07:00
parent c34b239d01
commit 17e61aabc8
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