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 let
inherit (pkgs) fd fzf; inherit (pkgs) fd fzf;
pokemon-colorscripts = lib.attrByPath [ pokemon-colorscripts = lib.attrByPath [
pkgs.system pkgs.stdenv.hostPlatform.system
"pokemon-colorscripts" "pokemon-colorscripts"
] null inputs.jawz-scripts.packages; ] null inputs.jawz-scripts.packages;
shellType = if osConfig == null then preferredShell else osConfig.my.shell.type; shellType = if osConfig == null then preferredShell else osConfig.my.shell.type;

View File

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

View File

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