Greg Pfeil

Results 379 comments of Greg Pfeil

> As for no /nix/profile you won't get it unless you are using some version of this PR. Yeah, see my earlier https://github.com/LnL7/nix-darwin/pull/962#discussion_r1763516601 – I am using the NixOS approach...

Ah, and manual mode should also not run the timer.

> Is there a way to make garnix integrated with github? So everybody can see the status? Like a badge or some integration with github actions? Yeah, both of those...

As, I’m thinking about this, I wonder if the `_stable` approach might solve some of my own circular dependency woes. I have a set of flakes like ``` mermaid flowchart...

So, what’s happening here is that the `Doc2` parser is grabbing `'{{` as a single token, so then the first `}}` is parsed as the end of the `Doc2`, with...

Yes, please. I ran into this exact issue yesterday (using `splitMix` instead of `splitmix`) and a message that I misspelled it rather than just “I couldn’t figure out what this...

This might be a duplicate of #5025. See if you can figure out whether the solution there applies to your case (e.g., if there is a missing ability somewhere).

> I tried setting `age.secretsDir` to an absolute path inside my home, but that results in an impurity error I think the thing to understand is that `age.secretsDir` is actually...

@Erwyn > could you explain further what you mean by "using the expansion of `$XDG_RUNTIME_DIR`" ? I’m not sure to understand Sure. I mean that if you ```bash $ echo...

@juk0de I’m sorry, I realize that I misunderstood your issue. The problem I had in #300 is different and crops up when you want to write `age.secrets.foo.path` to a file...