-
Currently writing my steam deck NixOS+flake config that uses these modules. I.. think it's working, but my deck is now compiling the custom kernel and mesa version and it is taking a really long time now. Anyone figured out how to get a binary cache for the module working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is no official cache available. That's the expected behaviour at this moment. Note that making a cache that works well would require keeping up with the |
Beta Was this translation helpful? Give feedback.
There is no official cache available. That's the expected behaviour at this moment.
Note that making a cache that works well would require keeping up with the
nixos-unstable
and evaluating at least as frequently as channels update. In turn, this would require some additional setup for CD (continuous delivery) in this repo.