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
+1 -1
View File
@@ -20,7 +20,7 @@
# which is broken (patch fails to apply) on the current nixpkgs pin
enable = false;
clipboard.providers.wl-copy.enable = pkgs.stdenv.isLinux;
clipboard.providers.wl-copy.enable = pkgs.stdenv.hostPlatform.isLinux;
opts = {
number = true;