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

@ -1,4 +1,3 @@
{ callPackage }:
{
recipemd = callPackage ./recipemd { };
}