Use the correct filter for x64
This commit is contained in:
parent
8076552eec
commit
ece3ec0574
|
@ -10,7 +10,7 @@ with lib; {
|
|||
|
||||
pinentry-gnome
|
||||
] ++ (
|
||||
if pkgs.system == "x86-64_linux"
|
||||
if pkgs.stdenv.isx86_64
|
||||
then [
|
||||
vivaldi
|
||||
mpv # for anki
|
||||
|
|
Loading…
Reference in a new issue