Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad commented on issue lix-project/lix#362 2024-05-30 18:39:19 +00:00
Being too verbose in nix search

This is our fault; caused by nix3: always use the same verbosity default (info). Will fix

qyriad commented on issue lix-project/lix#68 2024-05-30 18:34:47 +00:00
[Nix#9769] What is resolve-system-dependencies

Wait this was fixed by Meson? What was resolve-system-dependencies then?

qyriad created branch git-series/static in qyriad/lix 2024-05-30 02:02:36 +00:00
qyriad pushed to git-series/static at qyriad/lix 2024-05-30 02:02:36 +00:00
28ce2e90af shellHook
bbb6cf485c package: return from shellHook correctly
7173b236e6 init
f6008a1af8 package: dequalify {host,build}Platform for convenience
877a9e1b98 libstore: fix http abuses no longer working
Compare 10 commits »
qyriad commented on issue lix-project/lix#306 2024-05-30 01:06:14 +00:00
Static builds fail

We have this basically working; just need to clean it up and make sure the logic doesn't break anything else

qyriad commented on issue lix-project/lix#306 2024-05-29 20:34:48 +00:00
Static builds fail

We::Qyriad can make it a priority

qyriad commented on issue lix-project/lix#358 2024-05-29 00:03:01 +00:00
Flake tarball immutable links are broken

that revert doesn't seem to fix it for us? what on earth

qyriad commented on issue lix-project/lix#358 2024-05-28 23:27:32 +00:00
Flake tarball immutable links are broken

this code base is absolutely haunted. holy shit

qyriad commented on issue lix-project/nixos-module#29 2024-05-26 23:55:04 +00:00
nix-eval-jobs (overlaying 2.22.0) fails to build despite fixes

seems like the module is assuming Lix HEAD where we changed the pkg-config stuff. I guess we need to do some version detection

qyriad opened issue lix-project/lix#353 2024-05-25 18:36:07 +00:00
__curPos is not documented
qyriad commented on issue lix-project/lix#305 2024-05-25 02:11:59 +00:00
Show an indicator that Lix is trying doing something when flake updates are stuck in connecting to a remote host

Addresses but does not close #305, as we still need an indicator for frozen fetches.

Thanks, Forgejo.

qyriad reopened issue lix-project/lix#305 2024-05-25 02:11:59 +00:00
Show an indicator that Lix is trying doing something when flake updates are stuck in connecting to a remote host
qyriad opened issue lix-project/lix#350 2024-05-25 01:17:37 +00:00
Disallow merging attrs of recursive attrsets
qyriad closed issue lix-project/lix#329 2024-05-25 01:08:37 +00:00
Combining nested attribute shorthand and rec causes weird scoping behavior
qyriad commented on issue lix-project/lix#329 2024-05-25 01:08:26 +00:00
Combining nested attribute shorthand and rec causes weird scoping behavior

I'm going to mark this as wontfix, and open a new issue for disallowing attr merging for recursive attrsets

qyriad commented on issue lix-project/lix#310 2024-05-25 01:06:38 +00:00
installCheckPhase fails when building lix with a forgejo action

So when it ssh's into localhost it then can't find busybox? wat

qyriad commented on issue lix-project/lix#310 2024-05-25 01:05:54 +00:00
installCheckPhase fails when building lix with a forgejo action
2024-05-15T18:38:33.6368732Z compute01 
qyriad commented on issue lix-project/lix#346 2024-05-24 21:21:25 +00:00
Identify distro packages in nix --version

That's even required for #230 — that's what nix-info does

qyriad commented on issue lix-project/lix#342 2024-05-24 18:46:53 +00:00
lix foo should invoke lix-foo

That's a good question. Mostly relevant to external commands, because for our commands we can simply use the same CLI logic in every command. In a Rust world we would ideally just offer a Rust…

qyriad closed issue lix-project/lix#187 2024-05-24 04:15:26 +00:00
--log-format bar-with-logs breaks nix repl's line editor