From 5ca129ad7c8556d806c68268966307c19c6dc788 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Mon, 3 Nov 2025 16:01:05 +0100 Subject: [PATCH] fix: add unstable packages for heimdall Signed-off-by: Lander Van den Bulcke --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6e8898d..2aa6c52 100644 --- a/flake.nix +++ b/flake.nix @@ -164,7 +164,12 @@ system = "x86_64-linux"; specialArgs = { inherit inputs outputs; }; modules = [ - { nixpkgs.overlays = [ overlays.additions ]; } + { + nixpkgs.overlays = [ + overlays.additions + overlays.unstable-packages + ]; + } ./hosts/heimdall ]; };