Eveeifyeve
Eveeifyeve
It seems `astro-expressive-code` is calling: ```js async function loadEcConfigFile(projectRootUrl) { const pathsToTry = [ // This path works in most scenarios, but not when the integration is processed by Vite...
@paperdave @Jarred-Sumner
Look no one has responded, I don't think this is worth the hassle of waiting, if you respond re-open this issue, I am done waiting for this issue to be...
Well here is the thing I have all of my devenv in flakes and flakes are a much easier way to write than a yaml file.
> If you are still looking for a solution: > > > > - My problem was that my .env was in my .gitignore - so it wasn't tracked by...
> > If you are still looking for a solution: > > > > * My problem was that my .env was in my .gitignore - so it wasn't tracked...
> We should error out since this feature doesn't work with Flakes. It actually does, it's because nix is not including files that are in gitignore.
Also the .env files thing is really bad practises as it gets included in nix store on eval time. This is why stuff like agenix that secure it that way...
> Another options is to use enterShell to load the .env dynamically. So it does not need to be in the nix store and not stracked by git. > >...