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