| 25 Aug 2021 |
bsl | In reply to @bensleveritt:matrix.org Ooh, not at my desk atm, but that sounds interesting. What kind of targets are there? VMs and the like? Ah, just had a look and there's no build section | 18:04:57 |
bsl | Cool REPL btw | 18:05:02 |
bsl | In reply to @bensleveritt:matrix.org Ooh, not at my desk atm, but that sounds interesting. What kind of targets are there? VMs and the like? * Ah, just had a look and there's no build section. Quick scan around reveals no build in other hosts either | 18:06:08 |
bsl | (Regarding targets, that'll be bootstrapISO etc.) | 18:20:12 |
bsl | Anyone else seeing this error now? It looks like it might be Nix upstream
building '/nix/store/rbgwk3hd9xprwgjr9ndrwf1vdbsai3wc-fix-follows.diff.drv'...
trying https://patch-diff.githubusercontent.com/raw/NixOS/nix/pull/4641.patch
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14164 0 14164 0 0 41174 0 --:--:-- --:--:-- --:--:-- 41055
error: hash mismatch in fixed-output derivation '/nix/store/rbgwk3hd9xprwgjr9ndrwf1vdbsai3wc-fix-follows.diff.drv':
specified: sha256-nyLMSltS9XjNaF446M5yV/o08XtZkYbU7yMVnqYERts=
got: sha256-0xNgbyWFmD3UIHPNFrgKiSejGJfuVj1OjqbS1ReLJRc=
building '/nix/store/vd2ic116qlkg95b3jq3xk7lnlz2dvq5z-git-deps.drv'...
error: 1 dependencies of derivation '/nix/store/0xmncxl92cw09w1cjl8adp3wbnl79wsn-nix-2.4pre20210707_02dd6bb.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gn61dcz13ipw7y1annx1ijl6rlg7kxmi-devshell-dir.drv' failed to build
error: 1 dependencies of derivation '/nix/store/s0i4arqaq68a74slgf709sylcw64g1nx-nixos-entrypoint.drv' failed to build
| 18:34:05 |
bsl | Just trying to start a new nix-shell on a fresh checkout of devos#main | 18:34:57 |
bsl | In reply to @bensleveritt:matrix.org Ah, just had a look and there's no build section. Quick scan around reveals no build in other hosts either Omg, I'm too dumb, I didn't delve deep enough π€¦ | 18:47:02 |
bsl | Reading through main, and it reads so much more clearly than core. Great work ποΈ | 19:03:10 |
bsl | I think I know how to write a new host from scratch now | 19:03:38 |
[0x4A6F] | In reply to @blaggacao:matrix.org Doesn't it have shell completion enabled? And thanks!! π I can't find any obvious way to enable shell completions for it. Thanks for mentioning this software. | 21:25:15 |
6aa4fd | In reply to @0x4a6f:matrix.org I can't find any obvious way to enable shell completions for it. Thanks for mentioning this software. shell completion is generally a file that gets shoved into your shell rc file, you can check the source code for it, if the package isn't pulling it automatically | 23:36:16 |
6aa4fd | or there might be an autoload directory, I'm not entirely sure | 23:36:38 |
| 26 Aug 2021 |
David Arnold (blaggacao) | bsl your patch error is something I alsmost had expected. I'll try to solve it tomorrow morning. (Now that the follows patch is merged) | 01:50:05 |
@gytis-ivaskevicius:matrix.org | https://github.com/serokell/deploy-rs/pull/110 | 14:34:13 |
David Arnold (blaggacao) | Does anything speak against using nix-static. My ears have a preference for the sound of "static". | 14:50:50 |
David Arnold (blaggacao) | * Does anything speak against using `nix-static`? My ears have a preference for the sound of "static". | 14:50:58 |
David Arnold (blaggacao) | nix master branch seems to have build errors. i can't readily fix this right now... bsl π€ | 14:55:50 |
@gytis-ivaskevicius:matrix.org | not sure what that is? | 15:00:30 |
Narice | In reply to @narice:matrix.org Woops, ignire the previous message, I messed up Actually, my bad again, the problem is real x)
The bootstrapIso build does not add the vmd kernel drivers ;)
That might be config dependent however
Making a note in the docs would be nice ;) | 15:42:49 |
bsl | In reply to @blaggacao:matrix.org
nix master branch seems to have build errors. i can't readily fix this right now... bsl π€ Ack. I feared that might be the case. Thanks for looking π | 19:15:54 |
David Arnold (blaggacao) | In reply to @narice:matrix.org Actually, my bad again, the problem is real x)
The bootstrapIso build does not add the vmd kernel drivers ;)
That might be config dependent however
Making a note in the docs would be nice ;) would you mind teaching it "to do the right thing"? or might that even be upstreamable into the iso-image module? | 20:28:53 |
David Arnold (blaggacao) | https://github.com/divnix/digga/blob/main/modules/bootstrap-iso.nix | 20:30:03 |
[0x4A6F] | 6aa4fd: The project doesn't provide shell completions. | 20:35:23 |
| 27 Aug 2021 |
@gytis-ivaskevicius:matrix.org |  Download image.png | 07:52:48 |
@gytis-ivaskevicius:matrix.org | I was looking for official one but this is what i find :/ | 07:52:56 |
tomberek | Itβs in Discourse. | 12:31:37 |
princemachiavelli | I think I have implemented all the current devos, bud, & digga changes and my flake.lock is up to date but I still find I get this error when using bud directly: error: unrecognised flag '--extra-experimental-features' If I run nix --version I get "2.4pre20210802_47e96bb" | 19:06:19 |
| 28 Aug 2021 |
David Arnold (blaggacao) | bud shoul be using just normal nixUnstable. | 00:45:20 |
David Arnold (blaggacao) | https://github.com/divnix/bud/blob/main/stdProfile.nix | 00:45:48 |
David Arnold (blaggacao) | Maybe there is something wrong with nixCofig https://github.com/divnix/devos/blob/main/flake.nix? | 00:48:07 |