Skip to content

Commit 0b5da96

Browse files
author
Andrew Austin
committed
chore(flake): point opencode to sst/opencode/dev and refresh flake.lock
Point opencode input to the official sst/opencode dev branch (PR #3924 merged) and refresh flake.lock so pinned revisions and narHashes are updated across inputs (nixpkgs, nixpkgs-darwin, nixpkgs-unstable, nixvim, NUR, opencode). Refs anomalyco/opencode#3924
1 parent 96bc492 commit 0b5da96

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

flake.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
inputs.nixpkgs.follows = "nixpkgs-unstable";
3838
};
3939

40-
# OpenCode flake (testing PR #3924)
40+
# OpenCode flake (official - PR #3924 merged)
4141
opencode = {
42-
url = "github:Alb-O/opencode/nix-support";
42+
url = "github:sst/opencode/dev";
4343
inputs.nixpkgs.follows = "nixpkgs-unstable";
4444
};
4545

0 commit comments

Comments
 (0)