Gabriel Nützi

Results 256 comments of Gabriel Nützi

Ok, hm... its not that easy I guess. When tags can be anywhere: One want certainly everything between version tags... So just traversing the DAG with rev-list might not work...

Thanks. I then use the revision file argument. Might there be the other solution to just prepare the repository with the initial stuff and start from the revision „min revision“...

Ah, really, ok. So you are saying, `node` is already on the path first. Hm but why then does the execution of `npm` not work. strange... I try that later,...

@giggio : this looks all good, the only thing is: You still need to do `githooks-cli installer` since the Nix does not install any setup on your machine by default,...

https://github.com/gabyx/dotfiles/blob/main/flake.nix#L56C4-L61C1

Maybe you can make a PR to explain better the steps in the README under Nix install...

Thats true, but no code has changed though, I will try to do this anyway.

@ Feel free to reopen it.

#1 Answered parts of my question it was a good read. So this repo is „ Buck drives The tools“ over nix :). I still dont get if each component...

Thata a pitty, we should probably try to implement a proper DAG and detect if the first stage is even needed. I guess sofar this i snot implemented, right @imjasonh...