remove some flake inputs

This commit is contained in:
Tim Schubert 2023-03-04 12:03:11 +01:00
parent 79767236bb
commit ebfe5f8dd2
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
7 changed files with 93 additions and 640 deletions

View file

@ -4,8 +4,6 @@
, home-manager
, homePage
, nixos-hardware
, nvd
, scripts
, recipemd
, helix
, nixos-generators
@ -28,7 +26,7 @@ in
{
nixpkgs.overlays = nixpkgs.lib.attrValues self.overlays;
dadada.pkgs = (getDefaultPkgs system {
inherit scripts nvd recipemd;
inherit recipemd;
}) // self.packages.${system};
# Add flakes to registry and nix path.