Fix overlay

This commit is contained in:
Jakob Lechner 2024-03-06 23:27:05 +00:00
parent 48c96851d1
commit f51cb0e8dd
3 changed files with 1 additions and 9 deletions

View file

@ -86,8 +86,4 @@ in
wants = map (ledDevice: "colorchord-${soundDevice}@${ledDevice}.service") (lib.attrNames ledDevices); wants = map (ledDevice: "colorchord-${soundDevice}@${ledDevice}.service") (lib.attrNames ledDevices);
}) })
(lib.attrNames soundDevices)); (lib.attrNames soundDevices));
nixpkgs.overlays = with inputs; [
sbruder-overlay.overlay
];
} }

View file

@ -106,8 +106,4 @@ in
wants = map (ledDevice: "colorchord-${soundDevice}@${ledDevice}.service") (lib.attrNames ledDevices); wants = map (ledDevice: "colorchord-${soundDevice}@${ledDevice}.service") (lib.attrNames ledDevices);
}) })
(lib.attrNames soundDevices)); (lib.attrNames soundDevices));
nixpkgs.overlays = with inputs; [
sbruder-overlay.overlay
];
} }

View file

@ -50,7 +50,7 @@ in
nixpkgs.overlays = with inputs; [ nixpkgs.overlays = with inputs; [
self.overlays.default self.overlays.default
sbruder-overlay.overlays.default
(final: prev: { (final: prev: {
unstable = import nixpkgs-unstable { unstable = import nixpkgs-unstable {
inherit (config.nixpkgs) inherit (config.nixpkgs)