chore: update nix-darwin to 25.11 and enable opencode

This commit is contained in:
2025-12-21 15:22:51 -05:00
parent bf4e50a970
commit 9b1514243b
3 changed files with 6 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
darwin = {
url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};