timd

Results 213 comments of timd

> @nrdxp what files do I need to unlink specifically? Sorry been way to long since I ran into this, can't recall specifically. You can look under `~/.local/state/nix/profiles` for anything...

so the permissions on `nix/var/nix/profiles` are too restrictive most likely

Just realized that `nix path-info --json --store ` almost already does this. It contains a boolean `"valid"` marking whether or not the given path is valid. The only thing is...

I'd like to correct my previous comment a bit, I must have been misremembering or working with a different tool but there is no such `"valid"` attribute after all, however...

I like the idea of querying the caches independant of building personally, but I don't see a problem with doing both either. In [std-action](https://github.com/divnix/std-action), for example, we are doing all...

> Not to [mix issues](https://github.com/nix-community/nix-eval-jobs/issues/139) but in a CI scenario with a "clean" builder, can you not rely on `nix-eval-jobs`'s `--check-cache-status`? It depends on the scenario, but if there is...

Just pinging here that you can use either #7587 _or_ #7526 to resolve this. The latter may never be merged which is why I decided to split them up into...

Did something change? After rebasing on the last push path completion seems to have just stopped working all together. Do I need to configure something differently?

Oops, I figured it out. It was my own fault, I forgot to push my latest changes of my forked branch (based on this branch) to the remote so my...

Now that multi-language support is merged we should either close this or rebase and merge. I would vote for the later since I think a consistent path completion baked right...