Adapt to NUR overlay change

This commit is contained in:
Quentin Boyer 2024-12-17 20:49:26 +01:00
parent a8885f0e13
commit 36ecb3e20f

View file

@ -7,7 +7,7 @@
{
_module.args = {
flakeOverlays = system: [
inputs.nur.overlay
inputs.nur.overlays.default
inputs.rust-overlay.overlays.default
inputs.comma.overlays.default
(final: prev: self.packages.${system})