mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 21:43:57 +02:00
fix(home): replace deprecated stdenv.is* with hostPlatform.is*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user