diff --git a/flake.nix b/flake.nix index 188a312..6c144a5 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; opencode = { - url = "github:anomalyco/opencode/dev"; + url = "github:anomalyco/opencode"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -45,7 +45,8 @@ ]; }; - outputs = inputs@{ self, nixpkgs, ... }: + outputs = + inputs@{ self, nixpkgs, ... }: let system = "x86_64-linux"; in