Reviewed-on: #1
Co-authored-by: Vegard Bieker Matthey <VegardMatthey@protonmail.com>
Co-committed-by: Vegard Bieker Matthey <VegardMatthey@protonmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-03-11 05:42:36 +01:00
committed by Vegard Bieker Matthey
parent 0fc04484bd
commit e5cf8e2e3e

View File

@@ -59,14 +59,10 @@
};
overlays = {
default = self.overlays.dwl;
dwl = final: prev: {
pkgs = prev.pkgs ++ [
(dwl-final: dwl-prev: {
dwl = dwl-final.callPackage ./package.nix { };
})
];
};
default = self.overlays.dwl;
dwl = final: prev: {
inherit (self.packages.${prev.stdenv.hostPlatform.system}) default;
};
};
};
}