Update nix hashes, please #8892

Closed
opened 2026-02-16 18:11:06 -05:00 by yindo · 3 comments
Owner

Originally created by @MBanucu on GitHub (Feb 9, 2026).

Originally assigned to: @thdxr on GitHub.

Description

asciicast

[michi@nixos:/etc/nixos]$ sudo nix flake update
warning: Git tree '/etc/nixos' is dirty
warning: updating lock file "/etc/nixos/flake.lock":
• Updated input 'nixpkgsUnstableSmall':
    'github:NixOS/nixpkgs/e1f34a09e7ef41403fb7037fe6e782084b376d61?narHash=sha256-z6qa5CDehjzg/F9EaHGV1MUXuzj5aq3OmmXX8m0/unw%3D' (2026-02-09)
  → 'github:NixOS/nixpkgs/69ecaffa7deb4daa5a83cb813f8251665e3af93e?narHash=sha256-3ESg5ra%2BraxilFcmJw1vihoGS7Abet1v0OpVn1MxPzU%3D' (2026-02-09)

[michi@nixos:/etc/nixos]$ sudo nixos-rebuild switch --flake
warning: Git tree '/etc/nixos' is dirty
building the system configuration...
warning: Git tree '/etc/nixos' is dirty
error: hash mismatch in fixed-output derivation '/nix/store/xhsyvxcijjasp38c0mmh5nq64wnr90ah-opencode-node_modules-1.1.53-93a11dd.drv':
         specified: sha256-1IpZnnN6+acCcV0AgO4OVdvgf4TFBFId5dms5W5ecA0=
            got:    sha256-fPXBw/ZBo2J8kIjgfVh5cwBfMRQWOpBH7djHncnSdpA=
error: Cannot build '/nix/store/bajmhqxzk299zr7slp0k24qing597gi1-opencode-1.1.53-93a11dd.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/h428i4msfz1r9i736nbdxvdlwh4m2bf8-opencode-1.1.53-93a11dd
error: Cannot build '/nix/store/ni8qidchl6v21ma57k6mkm8zxgamilz5-system-path.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/qjgr7flfr95x39xh1xkr7nbdv2kdvh9n-system-path
error: Cannot build '/nix/store/qka8hag5pwmgryb1b7xic4ag3j5b8fnq-nixos-system-nixos-25.11.20260207.23d72da.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/vfk78i8ak89mcqsyvhhxi72sq8lvayk3-nixos-system-nixos-25.11.20260207.23d72da
Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '.#nixosConfigurations."nixos".config.system.build.toplevel' --no-link' returned non-zero exit status 1.

Plugins

No response

OpenCode version

1.1.53-93a11dd

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

NixOS 25.11

Terminal

No response

Originally created by @MBanucu on GitHub (Feb 9, 2026). Originally assigned to: @thdxr on GitHub. ### Description [![asciicast](https://github.com/user-attachments/assets/72363222-e896-4de4-90c3-8f2dc597e21b)](https://asciinema.org/a/jKPrDUxcScEcM87Q) ``` [michi@nixos:/etc/nixos]$ sudo nix flake update warning: Git tree '/etc/nixos' is dirty warning: updating lock file "/etc/nixos/flake.lock": • Updated input 'nixpkgsUnstableSmall': 'github:NixOS/nixpkgs/e1f34a09e7ef41403fb7037fe6e782084b376d61?narHash=sha256-z6qa5CDehjzg/F9EaHGV1MUXuzj5aq3OmmXX8m0/unw%3D' (2026-02-09) → 'github:NixOS/nixpkgs/69ecaffa7deb4daa5a83cb813f8251665e3af93e?narHash=sha256-3ESg5ra%2BraxilFcmJw1vihoGS7Abet1v0OpVn1MxPzU%3D' (2026-02-09) [michi@nixos:/etc/nixos]$ sudo nixos-rebuild switch --flake warning: Git tree '/etc/nixos' is dirty building the system configuration... warning: Git tree '/etc/nixos' is dirty error: hash mismatch in fixed-output derivation '/nix/store/xhsyvxcijjasp38c0mmh5nq64wnr90ah-opencode-node_modules-1.1.53-93a11dd.drv': specified: sha256-1IpZnnN6+acCcV0AgO4OVdvgf4TFBFId5dms5W5ecA0= got: sha256-fPXBw/ZBo2J8kIjgfVh5cwBfMRQWOpBH7djHncnSdpA= error: Cannot build '/nix/store/bajmhqxzk299zr7slp0k24qing597gi1-opencode-1.1.53-93a11dd.drv'. Reason: 1 dependency failed. Output paths: /nix/store/h428i4msfz1r9i736nbdxvdlwh4m2bf8-opencode-1.1.53-93a11dd error: Cannot build '/nix/store/ni8qidchl6v21ma57k6mkm8zxgamilz5-system-path.drv'. Reason: 1 dependency failed. Output paths: /nix/store/qjgr7flfr95x39xh1xkr7nbdv2kdvh9n-system-path error: Cannot build '/nix/store/qka8hag5pwmgryb1b7xic4ag3j5b8fnq-nixos-system-nixos-25.11.20260207.23d72da.drv'. Reason: 1 dependency failed. Output paths: /nix/store/vfk78i8ak89mcqsyvhhxi72sq8lvayk3-nixos-system-nixos-25.11.20260207.23d72da Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '.#nixosConfigurations."nixos".config.system.build.toplevel' --no-link' returned non-zero exit status 1. ``` ### Plugins _No response_ ### OpenCode version 1.1.53-93a11dd ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System NixOS 25.11 ### Terminal _No response_
yindo added the bugnix labels 2026-02-16 18:11:06 -05:00
yindo closed this issue 2026-02-16 18:11:06 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 9, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #11755: Nix flake: desktop package fails to build - missing outputHashes for specta git dependency (similar hash-related build failure)
  • #5914: NixOS: custom tools fail because they cannot find imported modules (NixOS 25.11 specific, node_modules issue)
  • #4853: When built from the flake, opencode package is extremely large (4GB+) (related to Nix flake build configuration)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 9, 2026): This issue might be a duplicate of existing issues. Please check: - #11755: Nix flake: desktop package fails to build - missing outputHashes for specta git dependency (similar hash-related build failure) - #5914: NixOS: custom tools fail because they cannot find imported modules (NixOS 25.11 specific, node_modules issue) - #4853: When built from the flake, opencode package is extremely large (4GB+) (related to Nix flake build configuration) Feel free to ignore if none of these address your specific case.
Author
Owner

@MBanucu commented on GitHub (Feb 9, 2026):

@gigamonster256 where are you?

@MBanucu commented on GitHub (Feb 9, 2026): @gigamonster256 where are you?
Author
Owner

@gigamonster256 commented on GitHub (Feb 9, 2026):

sleeping 😩 jerome-benoit is correct, #12818 should fix it

@gigamonster256 commented on GitHub (Feb 9, 2026): sleeping 😩 [jerome-benoit](https://github.com/jerome-benoit) is correct, #12818 should fix it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8892