KFears kfearsoff
  • Joined on 2024-09-17
kfearsoff commented on issue lix-project/lix#472 2024-10-31 15:23:07 +00:00
Lix lockfiles differ Nix lockfiles

I think that we're stuck between a rock and a hard place by cppnix versioned interface semantics, yet again. And this interface is ridiculously fragile.

We don't have to be. I wrote a…

kfearsoff opened issue lix-project/lix#565 2024-10-31 14:16:39 +00:00
nix-shell -i doesn't respect store config value
kfearsoff commented on issue lix-project/nixos-module#42 2024-10-29 13:30:41 +00:00
lix-module does not seem to work with nix-darwin

I'm not very familiar with nix-darwin, but your setup looks wrong. This line:

pkgs = import inputs.nixpkgs { system = "x86_64-darwin"; };

Sets pkgs to be as is in nixpkgs

kfearsoff closed issue the-distro/infra#141 2024-10-24 14:34:24 +00:00
Improve buildbot pagination
kfearsoff opened issue lix-project/buildbot-nix#32 2024-10-24 14:34:20 +00:00
Improve pagination
kfearsoff opened issue lix-project/lix#558 2024-10-24 10:02:46 +00:00
Pluggable authentication
kfearsoff opened issue lix-project/lix#557 2024-10-24 08:41:29 +00:00
Backport PR 10299
kfearsoff commented on pull request the-distro/infra#119 2024-10-20 19:07:04 +00:00
fix(gerrit): tmpdir-related failure

My bad! Should be good now

kfearsoff pushed to fix-alloy-gerrit at kfearsoff/infra 2024-10-20 19:06:41 +00:00
b534a4e6c8 fix(gerrit): tmpdir-related failure
8c0c7b517f feat: block automatically crawlers if the blocker is enabled
d5500d7c4e fix(buildbot): bring back the old Gerrit reporting
eaf48a0cdd fix(buildbot): use builder-9 as builder-10 is down
e3129fec51 fix(buildbot): fix CORS properly
Compare 51 commits »
kfearsoff pushed to main at kfearsoff/infra 2024-10-20 19:06:12 +00:00
8c0c7b517f feat: block automatically crawlers if the blocker is enabled
d5500d7c4e fix(buildbot): bring back the old Gerrit reporting
eaf48a0cdd fix(buildbot): use builder-9 as builder-10 is down
e3129fec51 fix(buildbot): fix CORS properly
437293bdaa fix(buildbot): remove CORS wildcards for their precise Gerrit hosts
Compare 50 commits »
kfearsoff pushed to fix-alloy-gerrit at kfearsoff/infra 2024-10-20 19:03:22 +00:00
9ebba0f74d fix(gerrit): tmpdir-related failure
kfearsoff commented on issue lix-project/lix-installer#10 2024-10-17 17:33:01 +00:00
replace nix upgrade-nix

There are a few small changes to apply on top of CL2075, particularly in regards to doing "update" on Lix, but I think we can do some initial…

kfearsoff commented on issue lix-project/lix-installer#14 2024-10-17 16:54:00 +00:00
Fix -musl configurations

Is it still the case that musl is not built? If so, where can you see it?

kfearsoff opened issue the-distro/infra#141 2024-10-16 07:42:23 +00:00
Improve buildbot pagination
kfearsoff commented on issue lix-project/lix-installer#20 2024-10-15 21:18:17 +00:00
Detect system packages of Nix like the Arch and Debian ones

How do we check for that? PATH inspection? Running package manager commands?

kfearsoff commented on issue lix-project/lix-installer#21 2024-10-15 21:17:10 +00:00
The installer needs to support upgrades and fixes of installations

I think a lot of the code internals block this. I blame receipt.json for giving false sense of security. It is also used practically everywhere in the code, so we don't really have to write…

kfearsoff commented on issue lix-project/lix-installer#29 2024-10-09 19:58:55 +00:00
repair sequoia option fails with eDSPermissionError (DS Error -14120)

This is quite odd. I found some old upstream issues, that suggest that it... happens, sometimes, I guess. Huh.

The two root causes that seem to be often causing this issue are:

  1. Launching…
kfearsoff pushed to fix-alloy-gerrit at kfearsoff/infra 2024-10-09 16:44:43 +00:00
6a119600c9 fix(gerrit): tmpdir-related failure
kfearsoff commented on issue lix-project/lix-installer#27 2024-09-28 17:53:33 +00:00
lix installer fails in debian 13 with nix-vm-test

Oh, apparently you need to use findmnt to correctly list mounts. So I managed to figure it out: since nix-vm-test uses NixOS test framework, it still mounts the /nix/store from the host…