Robert Hensing

Results 912 comments of Robert Hensing

I think the terminology is getting a bit confusing here. I'll add some context: Cachix generally isn't used on derivations (.drv files) but on outputs of derivations and their closures....

The nix database only support 0 or 1 deriver per path and the semantics aren't specified. Nonetheless, there's a good chance that the right thing will happen, because often that...

It would be nice to include [`postgresqlTestHook`](https://nixos.org/manual/nixpkgs/stable/#sec-postgresqlTestHook), which improves the default `checkPhase`. (not essential, but I like to think that a cool feature like that could get someone excited about...

So nix.dev will become a landing page for the Nix project then?

> for the purposes of a quick introduction we want a short guide motivated by explaining a real piece of Nix code such as a functioning `shell.nix`. We have another...

- The check derivation ("`run`") is meant for CI to guarantee a *complete* check. - For your commit cycle you can use the generated config file via the shell that's...

Check this out, from #130: https://63668c68aaf1f30b3fa11fde--sprightly-cassata-33312f.netlify.app/options.html#opt-perSystem.pre-commit.settings.hooks

@3noch: > "the URL bar changes, but the page doesn't." This sounds exactly like a symptom of PR #15. You may want to give it another shot with this fix.

We might want to iterate on the format, but Nixpkgs has at least made a start with this.

Perhaps this could be made easier to overriding, or perhaps overriding it could be documented prominently somewhere.