mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
radicle: pkgs.hostPlatform -> pkgs.stdenv.hostPlatform
This commit is contained in:
committed by
Austin Horstman
parent
ae22fa930e
commit
c537cb21e3
@@ -152,7 +152,7 @@ in
|
||||
assertions = [
|
||||
{
|
||||
assertion =
|
||||
!pkgs.hostPlatform.isLinux
|
||||
!pkgs.stdenv.hostPlatform.isLinux
|
||||
-> (
|
||||
(filter id [
|
||||
cfg.uri.rad.browser.enable
|
||||
|
||||
Reference in New Issue
Block a user