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;