Patrick Jackson arcuru · he/him
arcuru created branch substitution-set in arcuru/lix 2024-05-09 17:50:30 +00:00
arcuru pushed to substitution-set at arcuru/lix 2024-05-09 17:50:30 +00:00
8ca600fd37 FIXME: MVP, will overwrite
arcuru created repository arcuru/lix 2024-05-09 17:49:21 +00:00
arcuru created pull request lix-project/nixos-module#27 2024-05-08 15:46:49 +00:00
feat: Add overrides for incompatible packages
arcuru pushed to override at arcuru/nixos-module 2024-05-08 15:43:18 +00:00
5ef5fe6a67 feat: add reported broken packages
e09758962c refactor: move simple overrides to a function
Compare 2 commits »
arcuru created branch override in arcuru/nixos-module 2024-05-08 15:43:17 +00:00
arcuru created repository arcuru/nixos-module 2024-05-08 15:40:34 +00:00
arcuru commented on issue lix-project/lix#275 2024-05-08 14:22:27 +00:00
nix-du fails to build

I would expect that not to work since it seems the header reorg was done in upstream 2.19. I also think it would make more sense to conditionally patch du and avoid pulling in upstream if…

arcuru commented on issue lix-project/lix#275 2024-05-08 06:13:28 +00:00
nix-du fails to build

Unless the goal is to maintain header compat with Nix, there's not much point in spending the effort to try to fix if that's the only benefit.

I assume that Lix isn't trying to maintain header…

arcuru commented on issue lix-project/lix#273 2024-05-07 21:23:58 +00:00
Auto setup gerrit commit-msg hook with nix develop

I pushed it to refs/sb/arcuru/commit-msg first as I was having some issues with Gerrit authentication. That may have messed up some references.

arcuru commented on issue lix-project/lix#275 2024-05-07 20:37:24 +00:00
nix-du fails to build

AFAICT this just needs another override added into https://git.lix.systems/lix-project/nixos-module/src/branch/main/overlay.nix

  nix-du = prev.nix-du.override {
    nix = final.nixVersion…
arcuru commented on issue lix-project/lix#273 2024-05-07 19:11:55 +00:00
Auto setup gerrit commit-msg hook with nix develop

I put together a tiny patch that will download it if it isn't present.

I'm new to using Gerrit but I think that's all that's needed? I built this patchset with the change and seemed to go fine.