Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad commented on pull request lix-project/nix-eval-jobs#14 2024-10-27 20:47:25 +00:00
update and fix build with latest Lix

Oh that comment makes this very confusing then. The CLI doesn't seem to have any way to specify this in the first place? Should we just leave it as false since that's what it's been, and add a…

qyriad created pull request lix-project/nix-eval-jobs#14 2024-10-25 20:32:05 +00:00
update and fix build with latest Lix
qyriad pushed to fixes/build-settings-opeq at lix-project/nix-eval-jobs 2024-10-25 20:30:16 +00:00
43aaa943bf fix build with latest Lix
qyriad pushed to fixes/build-settings-opeq at lix-project/nix-eval-jobs 2024-10-25 20:29:41 +00:00
d0ff6973cf update and fix build with latest Lix
qyriad pushed to fixes/build-settings-opeq at lix-project/nix-eval-jobs 2024-10-25 20:28:58 +00:00
7d846a74f4 update and fix build with latest Lix
50a1455953 flake.lock: Update
Compare 2 commits »
qyriad created branch fixes/build-settings-opeq in lix-project/nix-eval-jobs 2024-10-25 20:28:58 +00:00
qyriad opened issue lix-project/nix-eval-jobs#13 2024-10-25 18:56:45 +00:00
build failure as of Lix cl/1881 "treewide: consistently mark overridden settings as such"
qyriad commented on issue lix-project/lix#421 2024-08-24 01:17:03 +00:00
--apply for nix build

I believe there is a stale CppNix PR to make --apply work for all installables; we should see if that's cherry-pickable

qyriad commented on issue lix-project/lix#468 2024-08-20 19:13:13 +00:00
Flake path does not appear to be a git repository

Steps To Reproduce

  1. Clone git.auxolotl.org/auxolotl/labs via SSH: git clone forgejo@git.auxolotl.org:auxolotl/labs.git

Minor note: clone does not need to be over SSH; we just…

qyriad opened issue lix-project/lix#469 2024-08-15 21:54:37 +00:00
Cross compilation is broken again
qyriad commented on issue lix-project/lix#467 2024-08-15 21:52:11 +00:00
Lix functional tests fails on aarch64 crosscompilation

The invocation we typically use to cross compile Lix is:

nix build --impure -E 'let f = builtins.getFlake "git+file:$PWD"; pkgs = import f.inputs.nixpkgs { crossSystem.system =
qyriad commented on issue lix-project/lix#464 2024-08-10 21:03:57 +00:00
Use the shell you launched nix shell and nix develop from

This is, more than anything, showing the tension between the "debug a derivation" use case of nix develop and the "provide a dedicated dev shell" use case.

You know this is a good point,…

qyriad commented on issue lix-project/lix#256 2024-07-22 16:25:13 +00:00
Stop using nix to build lix-doc

This turned out to be a lot easier than we expected! Most of the difficulty was from Meson's docs being bad

qyriad commented on issue lix-project/lix#418 2024-07-13 17:11:29 +00:00
nix collect-garbage is kind of slow at deleting paths

This shouldn't have a major effect in that regard — it's not parallelizing, just not blocking deletion by store paths being live from not having been deleted yet, and renames are cheap. But…

qyriad commented on issue lix-project/lix#411 2024-07-12 18:56:26 +00:00
Profile conflict error in nix upgrade-nix when upgrading from 2.20

This being said, we agree that upgrade-nix really should just be killed, and we should just use the installer for upgrades.

qyriad reopened issue lix-project/lix#411 2024-07-12 18:55:59 +00:00
Profile conflict error in nix upgrade-nix when upgrading from 2.20
qyriad commented on issue lix-project/lix#411 2024-07-12 18:55:56 +00:00
Profile conflict error in nix upgrade-nix when upgrading from 2.20

If you're getting a profile conflict with Lix's upgrade-nix, that means that it's using the wrong nix-env (either from CppNix or from a version of Lix that didn't have this fix). Lix's…

qyriad commented on issue lix-project/lix#438 2024-07-11 18:37:40 +00:00
Implement RFC 148 pipe operator

I suppose actually we would only need langver for using it without --experimental-features=pipe-operator. In any case, yes please omg!

qyriad created pull request lix-project/lix-website#31 2024-07-11 00:11:20 +00:00
theme: don't plainify post summaries
qyriad pushed to fix-smart-quotes at lix-project/lix-website 2024-07-11 00:10:43 +00:00
10e479016a theme: don't plainify post summaries