2
0
Fork 0

nix: also output an overlay in flake

This commit is contained in:
Dee Anzorge 2023-09-17 22:15:26 +02:00
parent b2bd42e9f5
commit d39d9a77b8

View file

@ -21,5 +21,8 @@
) //
{
nixosModule = ./nix/module.nix;
overlay = (final: prev: {
bookwyrm = prev.callPackage ./nix/default.nix { };
});
};
}