forked from pub-solar/os
teutat3s: fix conditional for x86_64
This commit is contained in:
parent
83ffc44364
commit
a737104a6d
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue