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:
@@ -51,6 +51,7 @@ in
|
||||
k9s = enabled;
|
||||
nvim = enabled;
|
||||
opencode = enabled;
|
||||
pi = enabled;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
if stdenvNoCC.hostPlatform.isDarwin then
|
||||
"sha256-DChoXNWJFlyyAqeiR06BQMLITwVQXy0wvQs58l0d1Xc="
|
||||
else
|
||||
"sha256-zkinMkPR1hCBbB5BIuqozQZDpjX4eiFXjM6lpwUx1fM=";
|
||||
"sha256-tPDRjMcfGWC7TJaQHa3mt7PsZ6Gr5l4lMUOSXoozqoU=";
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user