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:
parent
ae22fa930e
commit
c537cb21e3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ in
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion =
|
assertion =
|
||||||
!pkgs.hostPlatform.isLinux
|
!pkgs.stdenv.hostPlatform.isLinux
|
||||||
-> (
|
-> (
|
||||||
(filter id [
|
(filter id [
|
||||||
cfg.uri.rad.browser.enable
|
cfg.uri.rad.browser.enable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue