fix deprecated pkgs.system
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user