Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad pushed to git-series/static at qyriad/lix 2024-06-01 03:47:56 +00:00
2d50268e5b fix libutil HOME nonsense
8f5c8a8d75 flake: CI a *configure* test for static builds
e54d4c9381 build: fix static linking with a hack
c7ca87461d Merge "build-remote: truncate+hash store URI used in lockfile paths" into main
7081889faa Merge "truncate WAL files on exit" into main
Compare 72 commits »
qyriad commented on issue lix-project/lix#367 2024-06-01 00:32:02 +00:00
Excess verbosity in nix flake show kind of obscures the table thingy

It seems in general that a lot of the stuff that only ever ran under nix3 manually offset their verbosities to compensate for the lower default log level? So after d0390b5cf I guess they need to…

qyriad created branch git-series/trivial-flake in qyriad/lix 2024-05-31 23:02:14 +00:00
qyriad pushed to git-series/trivial-flake at qyriad/lix 2024-05-31 23:02:14 +00:00
66db63752e add test
bea69509a2 allow flakes to trivially eval to attrsets
11949c18c4 fix doc comment
789eeb8ac7 allow flakes to trivially eval to attrsets
c7ca87461d Merge "build-remote: truncate+hash store URI used in lockfile paths" into main
Compare 10 commits »
qyriad commented on issue lix-project/lix#306 2024-05-31 02:52:25 +00:00
Static builds fail
qyriad commented on issue lix-project/lix#361 2024-05-30 18:45:54 +00:00
Completion for commands (starting with ":") in repl

This shouldn't be too hard. The : commands currently are hardcoded (lol) in src/libcmd/repl.cc in NixRepl::processLine(). We just need to shove the list of possible colon commands in…

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