| 2 Aug 2021 |
David Arnold (blaggacao) | I'd recommend to produce just a lib and a budModules | 20:25:32 |
David Arnold (blaggacao) | * I'd recommend to produce just a lib and a budModules outputs | 20:25:52 |
David Arnold (blaggacao) | Tests and docs are of course great as well | 20:26:25 |
David Arnold (blaggacao) | for rendering library docs, I think we should settle with this PR https://github.com/nix-community/nixdoc/pull/25 | 20:27:54 |
David Arnold (blaggacao) | woot, woot, https://github.com/divnix/digga/blob/main/modules/nix-config.nix | 20:48:36 |
David Arnold (blaggacao) |
# quality of life cache from our CI
| 20:48:58 |
David Arnold (blaggacao) | we finally kept the promise 😂 | 20:49:15 |
@timdeh:matrix.org | is cachix working, I setup the auth token, not sure if it also needs the key | 20:56:51 |
David Arnold (blaggacao) | In reply to @timdeh:matrix.org is cachix working, I setup the auth token, not sure if it also needs the key https://github.com/divnix/digga/runs/3224872798#step:17:68 | 21:21:48 |
David Arnold (blaggacao) |
responseBody = "{\"error\":\"No signature found. Most likely because signing key wasn't set. Run cachix generate-keypair.\"}"})
| 21:22:06 |
@timdeh:matrix.org | I'll set it now | 21:22:21 |
@timdeh:matrix.org | okay you can give it a go | 21:23:12 |
David Arnold (blaggacao) | In reply to @timdeh:matrix.org okay you can give it a go Success: https://github.com/divnix/devos/runs/3224411390#step:5:397 :tada: | 21:46:08 |
| 3 Aug 2021 |
David Arnold (blaggacao) | folks can now easily write per-host tests | 03:13:07 |
David Arnold (blaggacao) | I'd appreaciate some help as to why the examples are rendered, uh interestingly | 03:14:10 |
David Arnold (blaggacao) | Daniel Phan: That already looks pretty awesome! Congrats! I might find some time during the week to help you with the project wiring to fit in nicely. | 03:54:52 |
David Arnold (blaggacao) | I'd rather see https://github.com/divnix/devos/pull/348 as a separate repo very similarily structured that works for the vim subsytem. (and so forth ...) -- separation has the main advantage of individual release cycle, so each team can go at its own pace. | 03:57:02 |
David Arnold (blaggacao) | Redacted or Malformed Event | 06:31:52 |
@kraftnix:matrix.org | In reply to @blaggacao:matrix.org I'd appreaciate some help as to why the examples are rendered, uh interestingly ive been wanting this :) | 16:51:04 |
@kraftnix:matrix.org | In reply to @blaggacao:matrix.org for rendering library docs, I think we should settle with this PR https://github.com/nix-community/nixdoc/pull/25 is this repo alive? on master the last commit was 3 years ago | 16:51:59 |
@timdeh:matrix.org | no that's what dox was supposed to do. I was thinking of rebasing it on nixdoc and reviving it, but then I started this new job, and time became a luxury I just can't afford 😅 | 17:02:13 |
Pacman99 | In reply to @kraftnix:matrix.org is this repo alive? on master the last commit was 3 years ago I think it'll become more alive soon. It was moved to nix-community a couple months ago and that PR is very active. | 17:25:04 |
Pacman99 | But also I like the idea to generate library docs in nix similar to option documentation. You can have a function, mkDocumentedFunc, which returns a functor attrset with a description too. | 17:28:38 |
@d4hines:matrix.org | I ran the flake in the devshell docs + direnv allow and got this error:
direnv allow
direnv: loading ~/repos/tezos/.envrc
direnv: loading https://raw.githubusercontent.com/nix-community/nix-direnv/1.3.0/direnvrc (sha256-1VWM1BnI1GvclYBky5f5Y9HqeThmQUwCWQbsFQM1Eu0=)
direnv: error hash mismatch. Expected 'sha256-1VWM1BnI1GvclYBky5f5Y9HqeThmQUwCWQbsFQM1Eu0=' but got 'sha256-cVSyO0/m0hbePv+plzua014InR0lNXa+0LTn0yEW0xc='
| 17:55:02 |
@d4hines:matrix.org | Curling the script, it doesn't look malicious, so that's good 😄 I'll just change the hash for now | 17:56:14 |
@kraftnix:matrix.org | In reply to @timdeh:matrix.org no that's what dox was supposed to do. I was thinking of rebasing it on nixdoc and reviving it, but then I started this new job, and time became a luxury I just can't afford 😅 cant see anything here | 18:01:03 |
@timdeh:matrix.org | oh, that's because it's a private repo, my bad 😅 | 18:01:34 |
@d4hines:matrix.org | Ok, so I'm still having trouble figuring out how to do things with flakes. I have a brand new flakes project. I want to have a devshell that has the lmt package available https://github.com/driusan/lmt. lmt isn't available in nixpkgs. I can get the source with nvfetcher. But then how do I say "build this, and put it on my path"? | 19:43:12 |
@d4hines:matrix.org | I guess I need to make an overlay huh. | 19:45:44 |
@timdeh:matrix.org | Well you make a package that you can pass in as an overlay essentially | 21:18:20 |