| 29 Oct 2025 |
raitobezarius | (do note that LIx has a strong dependency on LLVM because GCC still miscompiles Lix) | 14:27:29 |
Arian | would be neat if we could publish lix static on releases.lix.systems btw | 14:27:52 |
raitobezarius | we should, yeah | 14:27:59 |
raitobezarius | it's planned | 14:28:00 |
Arian |
warning: ignoring the client-specified setting 'system', because it is a restricted setting and you are not a trusted user
warning: error: unable to download 'https://cache.nixos.org/nar/1sp41dgpgac88jqpyvhlk13qg223ddx10fmkw8ljsz6mk1svln05.nar.xz': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying from offset 4748919 in 277 ms
warning: error: unable to download 'https://cache.nixos.org/nar/03cxws1qxkfhgjxbmaq0mxzcixkyy0ha80igf0i670ywjzf3gsbc.nar.xz': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying from offset 4584656 in 293 ms
warning: error: unable to download 'https://cache.nixos.org/nar/05nhflfzcswpwwp9603bpf2rdsbc74q8xyr7ap98j8ksymc48vdj.nar.xz': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying from offset 4355341 in 298 ms
oh no
| 14:38:24 |
raitobezarius | oh no as you say | 14:41:58 |
raitobezarius | there's known ongoing problems with the latest curl bump | 14:42:07 |
raitobezarius | in nixpkgs | 14:42:09 |
aloisw | "Stream error in the HTTP/2 framing layer" is a new one I think? | 17:10:24 |
raitobezarius | correct | 17:15:40 |
Vera Gradient | I've been running into those curl errors pretty consistently for a while, is it being tracked on an issue somewhere maybe? github search isn't being very helpful right now :P | 17:21:33 |
Zoe Z | Did lix get rid of the concept of a single-user installation? | 17:26:46 |
K900 | Not yet | 17:44:40 |
K900 | But will likely happen in the future | 17:44:47 |
Zoe Z | I'm not seeing it documented in the installer | 17:45:38 |
aloisw | Not sure if the installer supports it. Manual installation is definitely possible (but of course quite annoying). | 17:47:15 |
raitobezarius | https://git.lix.systems/lix-project/lix/issues/1009 we have this tracked | 17:48:21 |
raitobezarius | which is an active investigation case | 17:48:34 |
raitobezarius | cc KFears (burnt out) do you know? | 17:49:13 |
WeetHet | Wrote a nix run alternative in haskell which doesn't use any experimental features. Doesn't work with all fetchTree-accepted links but works with tarballs and paths as well as just nix-run -p something similar to nix-shell
https://tangled.org/@weethet.bsky.social/nix-run
| 18:24:38 |
WeetHet | Please feel free to use and report all bugs which are inevitably there | 18:25:01 |
WeetHet | * Please feel free to use and report all the bugs which are inevitably there | 18:25:28 |
WeetHet | I had to jump through so many hoops to make sure it works with tarballs, at first I was hand constructing expressions to extract the binary path but in the end I had to parse the derivation obtained by nix-instantiate-ing the attr and extracting the output path and using nix-instantiate with -A to extract meta.mainProgram | 18:27:21 |
WeetHet | Because import-ing a url doesn't work but instantiating it does | 18:28:40 |
WeetHet | As well as importing it via NIX_PATH but that ends up not working if I write -I smth=<nixpkgs> because recursive resolution doesn't work for some reason | 18:29:26 |
KFears (burnt out) | In reply to @raitobezarius:matrix.org cc KFears (burnt out) do you know? The installer doesn't support it, or at least, not in a designated capacity | 18:41:34 |
KFears (burnt out) | It supports installation to Docker containers, which I think implies single-user, but it is not a configurable option or "target", so to speak | 18:43:01 |
KFears (burnt out) | I don't remember off the top of my head if it uses root or the current user (if image builder used USER directive) | 18:44:02 |
Yureka (she/her) | git.lix.systems is giving me 504 Gateway Time-out | 19:24:35 |
uep | same.. i see the earlier announcement, perhaps it's happened again? | 22:03:42 |