2
0
Fork 0
forked from pub-solar/os

teutat3s: fix conditional for x86_64

This commit is contained in:
teutat3s 2025-03-31 22:54:07 +02:00
parent 83ffc44364
commit a737104a6d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 4 deletions
users/teutat3s

View file

@ -81,8 +81,7 @@ in
restic
notes
]
++ lib.optionals stdenv.hostPlatform.isLinux
&& stdenv.hostPlatform.isx86_64 [
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
obs-studio
uhk-agent
];

View file

@ -51,8 +51,7 @@ in
tmate
jira-cli-go
]
++ lib.optionals stdenv.hostPlatform.isLinux
&& stdenv.hostPlatform.isx86_64 [
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
zoom-us
slack
notion-repackaged