fix(home): replace deprecated stdenv.is* with hostPlatform.is*

This commit is contained in:
Ryan Yin
2026-08-24 00:33:22 +08:00
parent 3c361f316f
commit 7cba098b07
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ in
hunspellDicts.en_US # USA English
hyphenDicts.en_GB # British English
]
++ (lib.optionals pkgs.stdenv.isx86_64 [
++ (lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [
ldtk # A modern, versatile 2D level editor
# fpga
@@ -63,7 +63,7 @@ in
programs = {
# live streaming
obs-studio = {
enable = pkgs.stdenv.isx86_64;
enable = pkgs.stdenv.hostPlatform.isx86_64;
plugins = with pkgs.obs-studio-plugins; [
# screen capture
wlrobs