feat(homes): enable pi tool and update opencode hash

- Add pi to enabled tools in personal macOS home configuration
- Update opencode package hash for darwin platform
This commit is contained in:
2026-02-05 14:16:47 -05:00
parent f2b821b122
commit 3cca4a0c58
2 changed files with 2 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
if stdenvNoCC.hostPlatform.isDarwin then
"sha256-DChoXNWJFlyyAqeiR06BQMLITwVQXy0wvQs58l0d1Xc="
else
"sha256-zkinMkPR1hCBbB5BIuqozQZDpjX4eiFXjM6lpwUx1fM=";
"sha256-tPDRjMcfGWC7TJaQHa3mt7PsZ6Gr5l4lMUOSXoozqoU=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
};