Skip to content

Commit 83b7606

Browse files
Malix-Labskhaneliman
authored andcommitted
lorri: update deprecated stdenv.* alias
1 parent c554d34 commit 83b7606

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/services/lorri.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ in
6161
home.packages = [ cfg.package ];
6262
}
6363

64-
(lib.mkIf pkgs.stdenv.isLinux (
64+
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux (
6565
let
6666
extraEnvList = lib.mapAttrsToList (k: v: "${k}=${v}") cfg.extraEnvVariables;
6767
in
@@ -170,7 +170,7 @@ in
170170
}
171171
))
172172

173-
(lib.mkIf pkgs.stdenv.isDarwin {
173+
(lib.mkIf pkgs.stdenv.hostPlatform.isDarwin {
174174
warnings =
175175
if cfg.enableNotifications then
176176
[

0 commit comments

Comments
 (0)