From ece3ec05746bfa55c45492aa6c4997c428ac3d4d Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Thu, 27 Oct 2022 21:01:07 +0200 Subject: [PATCH] Use the correct filter for x64 --- home/common-linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common-linux.nix b/home/common-linux.nix index 551e927..a530e5d 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -10,7 +10,7 @@ with lib; { pinentry-gnome ] ++ ( - if pkgs.system == "x86-64_linux" + if pkgs.stdenv.isx86_64 then [ vivaldi mpv # for anki