add package map to config

This commit is contained in:
Tim Schubert 2022-10-23 18:25:01 +02:00
parent c4ed80d667
commit 6e82d7dee6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -25,9 +25,9 @@ in
extraModules = [
{
nixpkgs.overlays = nixpkgs.lib.attrValues self.overlays;
dadada.pkgs = getDefaultPkgs system {
dadada.pkgs = (getDefaultPkgs system {
inherit scripts nvd recipemd;
};
}) // self.packages.${system};
# Add flakes to registry and nix path.
dadada.inputs = inputs // { dadada = self; };