flake: bump inputs

And fix deprecated NUR overlay attribute.
This commit is contained in:
Bruno BELANYI 2024-12-11 00:46:47 +01:00
parent 19120bca29
commit cb5eb68d35
4 changed files with 51 additions and 17 deletions

View file

@ -25,7 +25,7 @@ let
inherit system;
overlays = (lib.attrValues self.overlays) ++ [
inputs.nur.overlay
inputs.nur.overlays.default
];
};

View file

@ -7,7 +7,7 @@ let
}
{
nixpkgs.overlays = (lib.attrValues self.overlays) ++ [
inputs.nur.overlay
inputs.nur.overlays.default
];
}
# Include generic settings