From 265421b015097a1506eadfdc6385ff99ed0ac455 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Mon, 2 Feb 2026 18:02:43 +0100 Subject: [PATCH] Use opencode default ref and tidy outputs --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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