From 6e8d58e5ac0294e87b9ed68e1914d8a8632af09d Mon Sep 17 00:00:00 2001 From: irl Date: Sat, 7 Jun 2025 13:50:57 +0100 Subject: [PATCH] feat: use new nur overlay nur.overlay -> nur.overlays.default --- flake.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 8f88899..52bd761 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,9 @@ "aarch64-linux" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; + overlays = [ + nur.overlays.default + ]; in { nixosConfigurations = { @@ -46,15 +49,13 @@ // { "irl-${system}" = home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs { - inherit system; - overlays = [ nur.overlay ]; + inherit system overlays; }; modules = [ ./home/irl.nix ]; }; "irl-gui-${system}" = home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs { - inherit system; - overlays = [ nur.overlay ]; + inherit system overlays; }; modules = [ ./home/irl.nix