Jesper Wendel Devantier

Results 7 comments of Jesper Wendel Devantier

Seconded, nix-locate is basically useless as-is

can you elaborate on this a bit ? Why would that work ? What would I have to do? Use the fat jar as a dependency in a maven pom.xml...

Would this explain the following failing ? ```clojure (ns app.env (:require [wrench.core :as cfg] [clojure.spec.alpha :as s])) (s/def ::env #{"DEV" "PROD"}) (cfg/def ENV {:name "MYAPP_ENV" :default "PROD" :spec ::env}) ```...

Just to point out. it is `path:` not `:path`, aside from that, it does fix the issue. I just want to point out also that this STILL happens even if...

My critique isn't necessarily about the choice of using mason. My critique is centered on the idea that the resulting setup is quite complicated _exactly_ around the point which most...

I don't see any mention of nil being abandoned ( https://github.com/oxalica/nil ). And fwiw, opening a nix file in lunarvim immediately launched `nil`. The wider point stands, I think if...

I don't think so. As it stands, this setup will literally break for every NixOS user who will try it. Anyway. I'm not smart enough to do the right thing...