fix nix flake check

Also adds a workaround for https://github.com/nix-community/home-manager/issues/2942
This commit is contained in:
Tim Schubert 2022-05-21 20:24:00 +02:00
parent 0655fab820
commit f17c7c67d2
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 3 additions and 67 deletions

View file

@ -9,6 +9,7 @@
, recipemd
}:
let adapterModule = system: {
nixpkgs.config.allowUnfreePredicate = (pkg: true);
nixpkgs.overlays = (nixpkgs.lib.attrValues self.overlays) ++ [
(final: prev: { homePage = homePage.defaultPackage.${system}; })
(final: prev: { s = scripts; })