fix: add unstable packages for heimdall
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
ec3366242f
commit
5ca129ad7c
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue