nix world
  • Nix 99.9%
  • Just 0.1%
Find a file
JMARyA 1a20efe1e4
fix(ai): repair truncated SRI hash for qwen3.6-35b-a3b
The catalogue hash was 31 bytes (a dropped char: ...TOV8... should be
...TOVH8...), so enabling the model failed eval with "invalid SRI hash,
length 31 != expected length 32". Corrected against the HF LFS oid.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 00:40:41 +02:00
assets chore: remove .DS_Store from tracking, add to gitignore 2026-05-09 16:34:24 +02:00
hosts/live feat: add munix 2025-12-28 02:10:42 +01:00
lib fix(ai): repair truncated SRI hash for qwen3.6-35b-a3b 2026-06-14 00:40:41 +02:00
pkgs fix: ripgrep config entry 2026-01-23 11:28:55 +01:00
profiles feat(ai): unlock long context — wire catalogue ctx, flash attn, KV quant 2026-06-14 00:30:35 +02:00
.gitignore fix: correct .gitignore format 2026-05-09 16:34:53 +02:00
flake.lock update flake 2026-06-07 11:55:31 +02:00
flake.nix feat(camera): add IP camera feature module via MediaMTX 2026-06-13 22:00:09 +02:00
justfile init 2025-11-03 20:29:58 +01:00
README.md Refactor README and flake 2026-03-29 23:58:42 +02:00
renovate.json init 2025-11-03 20:29:58 +01:00

myverse

A complete, opinionated Nix ecosystem. The premise: Nix everywhere — every device, every app, every container, every piece of infrastructure. Declared, reproducible, yours.

Opinionated defaults, clean override points. Import a device class, layer on features, get a working system.

Structure

💿 Live ISO

nix-shell -p nixos-generators --run "nixos-generate --format iso --flake .#live -o result"