Compare commits

..

No commits in common. "5de71972629db685880a5d19bbe4b765410ef53f" and "8ebc88bbfe0ee3f3d3ad5e482b80a40f98e82d9b" have entirely different histories.

3 changed files with 9 additions and 9 deletions

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.17"; opencode.url = "github:sst/opencode/v0.3.13";
opencode.flake = false; opencode.flake = false;
}; };
@ -36,13 +36,13 @@
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.17"; version = "0.3.13";
src = opencode; src = opencode;
node_modules = old.node_modules.overrideAttrs (nmOld: { node_modules = old.node_modules.overrideAttrs (nmOld: {
outputHash = "sha256-nWHdoRI9uaR3Innt14SR6l3V1SpFU/1A+TELh6J6o/A="; outputHash = "sha256-YqSGiikWLErq//RKC3Qcf0aGNFncs3Qx33E8sdKYJ5o=";
}); });
tui = old.tui.overrideAttrs (tuiOld: { tui = old.tui.overrideAttrs (tuiOld: {
vendorHash = "sha256-GeXDi/y9NoJJ9P5hQk0vtIxg/6pDDtMPdxgQvHZJzJ4="; vendorHash = "sha256-BVq3+CUMI3CeI9EZkqbnRCvwNc02LgLIvXUp4XQlAx4=";
}); });
}); });
}) })

8
flake.lock generated
View file

@ -204,16 +204,16 @@
"opencode": { "opencode": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1752694492, "lastModified": 1752630643,
"narHash": "sha256-p65NhGI8zzcs8BDVAhPNZMZ9hXHKjztIGaLhXLxJAuY=", "narHash": "sha256-PRNRs0UsKNXFTwvtrrImd3UmrpNvFP9xc8BrIdx1Q9Q=",
"owner": "sst", "owner": "sst",
"repo": "opencode", "repo": "opencode",
"rev": "fc45c0c9448eb435a183b86205fcfceda9714ec9", "rev": "0793c3f2a373436fb70eb936df16e21ce1243b19",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sst", "owner": "sst",
"ref": "v0.3.17", "ref": "v0.3.13",
"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.17"; opencode.url = "github:sst/opencode/v0.3.13";
opencode.flake = false; opencode.flake = false;
# ====== # ======
}; };