Compare commits

..

No commits in common. "f04bac6e4f061fc0daae99612a1cb895611a3829" and "ab930d00409a57821b77c6214b08f98e9a5c81ff" have entirely different histories.

4 changed files with 12 additions and 12 deletions

8
common/flake.lock generated
View file

@ -188,16 +188,16 @@
"opencode": { "opencode": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1754526276, "lastModified": 1754364004,
"narHash": "sha256-OkkjbytvvUBOcSCjf3zd8NWLaM+I1tUR9IxcRZrdVeM=", "narHash": "sha256-/FWvHekyAM9U5WLptAr2YbcMOZa/twjucSUnlqfu1Y4=",
"owner": "sst", "owner": "sst",
"repo": "opencode", "repo": "opencode",
"rev": "1a561bb5120b1b87a4c477f7cb6c3a0a4ce79114", "rev": "b8248096056d674f964d75e34b8200cf0ff1ac8b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sst", "owner": "sst",
"ref": "v0.3.133", "ref": "v0.3.130",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View file

@ -7,7 +7,7 @@
# tmp # tmp
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
opencode.url = "github:sst/opencode/v0.3.133"; opencode.url = "github:sst/opencode/v0.3.130";
opencode.flake = false; opencode.flake = false;
}; };
@ -36,7 +36,7 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: prev: { (final: prev: {
opencode = nixpkgs-unstable.legacyPackages.${prev.system}.opencode.overrideAttrs (old: rec { opencode = nixpkgs-unstable.legacyPackages.${prev.system}.opencode.overrideAttrs (old: rec {
version = "0.3.133"; version = "0.3.130";
src = opencode; src = opencode;
node_modules = old.node_modules.overrideAttrs (nmOld: { node_modules = old.node_modules.overrideAttrs (nmOld: {
outputHash = "sha256-oZa8O0iK5uSJjl6fOdnjqjIuG//ihrj4six3FUdfob8="; outputHash = "sha256-oZa8O0iK5uSJjl6fOdnjqjIuG//ihrj4six3FUdfob8=";
@ -44,7 +44,7 @@
tui = old.tui.overrideAttrs (tuiOld: { tui = old.tui.overrideAttrs (tuiOld: {
src = src; src = src;
modRoot = "packages/tui"; modRoot = "packages/tui";
vendorHash = "sha256-uHb7fAiZ8XNGq9YZ6drNYU1SoKrWMgXpTfudOMvmcHU="; vendorHash = "sha256-qsOL6gsZwEm7YcYO/zoyJAnVmciCjPYqPavV77psybU=";
}); });
}); });
}) })

8
flake.lock generated
View file

@ -204,16 +204,16 @@
"opencode": { "opencode": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1754526276, "lastModified": 1754364004,
"narHash": "sha256-OkkjbytvvUBOcSCjf3zd8NWLaM+I1tUR9IxcRZrdVeM=", "narHash": "sha256-/FWvHekyAM9U5WLptAr2YbcMOZa/twjucSUnlqfu1Y4=",
"owner": "sst", "owner": "sst",
"repo": "opencode", "repo": "opencode",
"rev": "1a561bb5120b1b87a4c477f7cb6c3a0a4ce79114", "rev": "b8248096056d674f964d75e34b8200cf0ff1ac8b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sst", "owner": "sst",
"ref": "v0.3.133", "ref": "v0.3.130",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View file

@ -9,7 +9,7 @@
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
opencode.url = "github:sst/opencode/v0.3.133"; opencode.url = "github:sst/opencode/v0.3.130";
opencode.flake = false; opencode.flake = false;
# ====== # ======
}; };