From 3469bc7d4e5a16af7614288bddb2e5f137a7c51b Mon Sep 17 00:00:00 2001 From: MBanucu Date: Thu, 12 Feb 2026 09:57:48 +0100 Subject: [PATCH 1/2] core: switch to nixpkgs-unstable-small for more frequent package updates and faster builds --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 40e9d337f58..7bd6f225e15 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "OpenCode development flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable-small"; }; outputs = From f7152d998e643bc240608885b7ac81e635f2fd33 Mon Sep 17 00:00:00 2001 From: MBanucu Date: Thu, 12 Feb 2026 10:10:34 +0100 Subject: [PATCH 2/2] ci: Update nixpkgs URL to nixos-unstable-small to access broader package selection for development environment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7bd6f225e15..a7bba7beee4 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "OpenCode development flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; }; outputs =