From 4979218e5efd1f926ae08da3000c07c58f60fdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 May 2025 18:14:55 +0200 Subject: [PATCH] vanadium: adapt configuration to new overlay --- nix/configurations/vanadium.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index 32f520b8..81e36471 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -37,10 +37,14 @@ in }; hostPlatform = system; - overlays = map import [ - ../overlays - ../overlays/packages.nix - ./vanadium/nixos/overlay.nix + overlays = with (import ../overlays); [ + agenix + disko + nur + wired-notify + packages + + (import ./vanadium/nixos/overlay.nix) ]; # Set NIX_PATH and flake registry at the same time