Skip to content

bulk: 2026-03-14#42

Merged
ilkecan merged 11 commits into
mainfrom
dev
Mar 15, 2026
Merged

bulk: 2026-03-14#42
ilkecan merged 11 commits into
mainfrom
dev

Conversation

@ilkecan

@ilkecan ilkecan commented Mar 15, 2026

Copy link
Copy Markdown
Owner
  • hm.rmpc: add ShowHelp key binding
  • hm.claude-code: remove starship-claude in favor of ccstatusline.
  • flake: update inputs
  • nixos.nix: upgrade to 2.34
  • nix/packages: create patched/ directory
  • nix/packages: use importTree on patched/
  • nix/packages: add patched.automatic-timezoned
  • nix/modules/nixos: add fix-automatic-timezoned
  • nix/lib: add flakeInputStorePath
  • nix/inputs: replace outPath matching with lock based node resolution Previously, every non-patched flake input was unconditionally rebuilt via mkFlake, re-evaluating flake.outputs even when none of its transitive dependencies changed. flake.lock encodes the full resolved dependency graph as pure JSON. Reading it lets us compute nodeDirtiness, which nodes transitively depend on a patched input, without any input evaluation. Clean inputs are returned as is; only dirty ones go through mkFlake. This also replaces the outPath based replacementMapping with nodeNameMapping (lock node name -> canonical resolved input), removing the outPath collision constraint on additive patched inputs like nixpkgs-patched.
  • gh/workflows/ci: configure nix.conf more

ilkecan added 11 commits March 14, 2026 15:26
... in favor of `ccstatusline`.
Previously, every non-patched flake input was unconditionally rebuilt
via `mkFlake`, re-evaluating `flake.outputs` even when none of its
transitive dependencies changed.

flake.lock encodes the full resolved dependency graph as pure JSON.
Reading it lets us compute `nodeDirtiness`, which nodes transitively
depend on a patched input, without any input evaluation. Clean inputs
are returned as is; only dirty ones go through `mkFlake`.

This also replaces the `outPath` based `replacementMapping` with
`nodeNameMapping` (lock node name -> canonical resolved input), removing
the `outPath` collision constraint on additive patched inputs like
`nixpkgs-patched`.
@ilkecan ilkecan enabled auto-merge (rebase) March 15, 2026 02:57
@ilkecan ilkecan merged commit bab6c67 into main Mar 15, 2026
1 check passed
@ilkecan ilkecan deleted the dev branch March 15, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant