nix: also output an overlay in flake
This commit is contained in:
parent
b2bd42e9f5
commit
d39d9a77b8
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@
|
|||
) //
|
||||
{
|
||||
nixosModule = ./nix/module.nix;
|
||||
overlay = (final: prev: {
|
||||
bookwyrm = prev.callPackage ./nix/default.nix { };
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue