Inline heliwatch overlay

This commit is contained in:
Sandro - 2022-12-26 23:22:57 +01:00 committed by leon
parent 5f1dfcf28e
commit 0ca310629e
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";