mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
flake.lib.buildNixpkgsConfig: import xddxdd overlay
This commit is contained in:
@@ -38,7 +38,9 @@ in platformConfig //
|
||||
overlays =
|
||||
[
|
||||
inputs.topInputs.aagl.overlays.default
|
||||
inputs.topInputs.nur-xddxdd.overlays.inSubTree
|
||||
# xddxdd overlay use prev instead of final, we import it manually
|
||||
# TODO: remove after upstream fix
|
||||
(final: prev: { svp = final.callPackage "${inputs.topInputs.nur-xddxdd}/pkgs/uncategorized/svp"
|
||||
{ sources = final.callPackage "${inputs.topInputs.nur-xddxdd}/_sources/generated.nix" {}; }; })
|
||||
inputs.topInputs.buildproxy.overlays.default
|
||||
|
||||
Reference in New Issue
Block a user