fix: add unstable packages for heimdall

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-03 16:01:05 +01:00
parent ec3366242f
commit 5ca129ad7c
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -164,7 +164,12 @@
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { inherit inputs outputs; }; specialArgs = { inherit inputs outputs; };
modules = [ modules = [
{ nixpkgs.overlays = [ overlays.additions ]; } {
nixpkgs.overlays = [
overlays.additions
overlays.unstable-packages
];
}
./hosts/heimdall ./hosts/heimdall
]; ];
}; };