mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[PR #81] [MERGED] fix: resolve nix hash mismatch and add auto-update automation #81
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devnullvoid/pvetui/pull/81
Author: @devnullvoid
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @devnullvoid
Base:
master← Head:fix-nix-flake-hash-85861511328180911📝 Commits (2)
c9d6c7dfix(nix): update vendorHash and add auto-update workflow2b786b2fix: update vendorHash and improve workflow robustness📊 Changes
2 files changed (+92 additions, -1 deletions)
View changed files
➕
.github/workflows/update-nix-hash.yml(+91 -0)📝
flake.nix(+1 -1)📄 Description
This PR addresses the "Nix Flake Hash Mismatch" issue (#80) and introduces automation to prevent it from recurring.
Changes
flake.nixwith the correctvendorHash(sha256-ifqCjFcfUWIgLiJfXbOT/ldHA9NqUIBEi/k70C5dsf0=), restoring the ability to run/build via Nix..github/workflows/update-nix-hash.yml).go.modorgo.sum.flake.nix, and pushes the change back to the PR.Verification
nix buildmismatch error formats.PR created automatically by Jules for task 85861511328180911 started by @devnullvoid
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.