Use opencode default ref and tidy outputs

This commit is contained in:
Melvin Ragusa
2026-02-02 18:02:43 +01:00
parent b9493f1c4e
commit 265421b015

View File

@@ -15,7 +15,7 @@
}; };
opencode = { opencode = {
url = "github:anomalyco/opencode/dev"; url = "github:anomalyco/opencode";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@@ -45,7 +45,8 @@
]; ];
}; };
outputs = inputs@{ self, nixpkgs, ... }: outputs =
inputs@{ self, nixpkgs, ... }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
in in