1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

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