fix deprecated pkgs.system

This commit is contained in:
Danilo Reyes
2026-03-20 17:42:19 -06:00
parent 0731933b14
commit 23f2c7d564
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
let
inherit (pkgs) fd fzf;
pokemon-colorscripts = lib.attrByPath [
pkgs.system
pkgs.stdenv.hostPlatform.system
"pokemon-colorscripts"
] null inputs.jawz-scripts.packages;
shellType = if osConfig == null then preferredShell else osConfig.my.shell.type;

View File

@@ -130,7 +130,7 @@ in
claude-code
claude-monitor
;
inherit (inputs.clip-tools.packages.${pkgs.system})
inherit (inputs.clip-tools.packages.${pkgs.stdenv.hostPlatform.system})
clip-thumbnailer
;
};

View File

@@ -2,7 +2,7 @@
let
packages = [
pkgs.codex
inputs.self.packages.${pkgs.system}.nixos-mcp
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.nixos-mcp
];
in
{