1
0
Fork 0

Inline heliwatch overlay

This commit is contained in:
Sandro - 2022-12-26 23:22:57 +01:00
parent 45dea05d68
commit f6fdb67ba3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 4 deletions

View File

@ -268,6 +268,7 @@
legacyPackages = lib.attrsets.mapAttrs (_: pkgs:
pkgs.appendOverlays [
fenix.overlays.default
heliwatch.overlay
naersk.overlay
self.overlays
]) nixos.legacyPackages;
@ -593,10 +594,6 @@
radiobert = nixosSystem' {
modules = [
({ ... }:
{
nixpkgs.overlays = [ heliwatch.overlay ];
})
./hosts/radiobert
];
system = "aarch64-linux";