This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
I'd also appreciate feedback on this problem. If we rely on including arch specific packages in custom.nix, what's the syntax? I'm pretty new to nix and can't figure it out. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR Is there a way to manage packages across multiple platforms without using custom nix?
I'm using Fleek across multiple devices, mostly Linux but also a MacOS machine.
When I use
fleek add
for a particular package, if that package doesn't exist in both Linux and MacOS Nix repos, then myfleek apply
will fail on the device without the package.I'm not sure what the correct behaviour here should be. In home-manager I had a conditional statement, but I prefer the simplicity of Fleek as it covers 95% of my needs.
Beta Was this translation helpful? Give feedback.
All reactions