mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-02 15:15:16 +02: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; [
|
(with pkgs; [
|
||||||
anki
|
anki
|
||||||
|
Loading…
Reference in New Issue
Block a user