mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-07 17:04:00 +01:00
desktop: Only include sakaya if x86_64-linux
This commit is contained in:
parent
d2d5afd9b5
commit
a90dfb5a6f
@ -167,7 +167,9 @@ in
|
||||
]
|
||||
))
|
||||
|
||||
(with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])
|
||||
(mkIf (pkgs.system == "x86_64-linux") (
|
||||
with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ]
|
||||
))
|
||||
|
||||
(with pkgs; [
|
||||
anki
|
||||
|
Loading…
Reference in New Issue
Block a user