Fix overlay
This commit is contained in:
parent
48c96851d1
commit
f51cb0e8dd
3 changed files with 1 additions and 9 deletions
|
|
@ -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
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue