fix: namespace error lol #8

Merged
msyds merged 2 commits from ns-error into main 2026-03-05 09:49:25 -07:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 56742cf72d - Show all commits

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]))