mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-26 04:53:57 +02:00
fix(home): replace deprecated stdenv.is* with hostPlatform.is*
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
home.packages =
|
||||
with pkgs;
|
||||
(lib.optionals pkgs.stdenv.isx86_64 [
|
||||
(lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [
|
||||
# https://joplinapp.org/help/
|
||||
joplin # joplin-cli
|
||||
# joplin-desktop
|
||||
|
||||
Reference in New Issue
Block a user