fix: namespace error lol
Some checks failed
build / build (push) Failing after 1m1s

This commit is contained in:
2026-03-05 09:36:07 -07:00
parent a92b387e63
commit 56742cf72d
2 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
, fake-git , fake-git
, our-tex ? callPackage ./our-tex.nix {} , our-tex ? callPackage ./our-tex.nix {}
, makeWrapper , makeWrapper
, breakpointHook
}: }:
let let
@@ -38,7 +37,6 @@ in mkCljBin' {
nativeBuildInputs = [ nativeBuildInputs = [
plex plex
makeWrapper makeWrapper
breakpointHook
]; ];
buildInputs = [ buildInputs = [
doerg-parser doerg-parser

View File

@@ -12,7 +12,7 @@
;; #_ ;; #_
[net.deertopia.doerg.tex :as tex] [net.deertopia.doerg.tex :as tex]
;; [net.deertopia.doerg.tex.native :as tex-native] ;; [net.deertopia.doerg.tex.native :as tex-native]
;; [net.deertopia.doerg.tex.temml :as tex-temml] [net.deertopia.doerg.tex.temml :as tex-temml]
[clojure.zip :as z] [clojure.zip :as z]
[babashka.fs :as fs])) [babashka.fs :as fs]))