fix depreciation
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
inputs.beads.packages.${pkgs.system}.default
|
||||
inputs.nix-ai-tools.packages.${pkgs.system}.amp
|
||||
inputs.beads.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.amp
|
||||
];
|
||||
|
||||
programs.git.settings.user.email = "christoph@schmatzler.com";
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{inputs}: final: prev: {
|
||||
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
||||
zjstatus = inputs.zjstatus.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}: {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
package = inputs.nix-ai-tools.packages.${pkgs.system}.opencode;
|
||||
package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||
settings = {
|
||||
theme = "catppuccin";
|
||||
instructions = [
|
||||
|
||||
Reference in New Issue
Block a user