Add Bookwyrm to overlay

This commit is contained in:
Reinout Meliesie 2025-03-03 21:14:55 +01:00
parent 539597bab8
commit e2ef3b849d
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -3,9 +3,16 @@
{
nixpkgs = {
overlays = [
( self : super : with pkgs ; {
( self : super :
with pkgs ;
{
kernelmaft = {
bookwyrm = callPackage (
import ./bookwyrm.nix
) {} ;
python = {
bw-file-resubmit = callPackage (
@ -40,7 +47,8 @@
# } ;
# } ;
} )
}
)
] ;
} ;
}