Lunaphied lunaphied · she/her (singular) | they/them (plural)
  • Joined on 2024-02-29
lunaphied opened issue lix-project/lix#161 2024-03-19 05:58:06 +00:00
Add labels to track if tests and/or release notes are present for a CL
lunaphied opened issue lix-project/lix#158 2024-03-19 02:14:52 +00:00
Confusing TMPDIR behavior
lunaphied opened issue lix-project/lix#157 2024-03-19 02:11:27 +00:00
Lock paths can become too long when remote builders are involved
lunaphied commented on issue lix-project/nixos-module#5 2024-03-18 22:08:23 +00:00
installCheck phase fails when using newer Lix

Confirmed that this fixes this issue, thanks!

lunaphied closed issue lix-project/nixos-module#5 2024-03-18 22:08:23 +00:00
installCheck phase fails when using newer Lix
lunaphied commented on issue lix-project/lix#145 2024-03-18 20:31:20 +00:00
Unexpected crash while debugging faulting build

oh we know what happened

Elaborate?

lunaphied commented on issue lix-project/lix#145 2024-03-18 18:54:31 +00:00
Unexpected crash while debugging faulting build

I can provide the coredump on request, it's too big to upload here (~0.7 GiB)

lunaphied opened issue lix-project/lix#145 2024-03-18 18:53:48 +00:00
Unexpected crash while debugging faulting build
lunaphied opened issue lix-project/nixos-module#5 2024-03-18 18:23:03 +00:00
installCheck phase fails when using newer Lix
lunaphied commented on issue lix-project/lix#28 2024-03-18 14:43:22 +00:00
Fix builtins.getFlake to handle Git based flakes properly

Would detecting a .git subdirectory in an unqualified absolute path and assuming it to be a Git flake be a reasonable solution? I still want to be able to force path flake usage if desired but…

lunaphied commented on issue lix-project/lix#28 2024-03-17 20:30:14 +00:00
Fix builtins.getFlake to handle Git based flakes properly

Could you try builtins.parseFlakeRef and see what it outputs?

nix-repl> builtins.parseFlakeRef (toString ./.)
{ path = "/home/lunaphied/.config"; type = "path"; }

nix-repl>…
lunaphied opened issue lix-project/lix#28 2024-03-13 18:52:37 +00:00
Fix builtins.getFlake to handle Git based flakes properly