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

View File

@@ -12,7 +12,7 @@
;; #_
[net.deertopia.doerg.tex :as tex]
;; [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]
[babashka.fs :as fs]))