add package map to config
This commit is contained in:
parent
c4ed80d667
commit
6e82d7dee6
1 changed files with 2 additions and 2 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue