radicle: pkgs.hostPlatform -> pkgs.stdenv.hostPlatform

This commit is contained in:
Bruno Bigras 2025-11-01 17:38:45 -04:00 committed by Austin Horstman
parent ae22fa930e
commit c537cb21e3

View file

@ -152,7 +152,7 @@ in
assertions = [
{
assertion =
!pkgs.hostPlatform.isLinux
!pkgs.stdenv.hostPlatform.isLinux
-> (
(filter id [
cfg.uri.rad.browser.enable