Add Bookwyrm to overlay
This commit is contained in:
parent
539597bab8
commit
e2ef3b849d
1 changed files with 39 additions and 31 deletions
|
@ -3,9 +3,16 @@
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
( self : super : with pkgs ; {
|
( self : super :
|
||||||
|
with pkgs ;
|
||||||
|
|
||||||
|
{
|
||||||
kernelmaft = {
|
kernelmaft = {
|
||||||
|
|
||||||
|
bookwyrm = callPackage (
|
||||||
|
import ./bookwyrm.nix
|
||||||
|
) {} ;
|
||||||
|
|
||||||
python = {
|
python = {
|
||||||
|
|
||||||
bw-file-resubmit = callPackage (
|
bw-file-resubmit = callPackage (
|
||||||
|
@ -40,7 +47,8 @@
|
||||||
# } ;
|
# } ;
|
||||||
# } ;
|
# } ;
|
||||||
|
|
||||||
} )
|
}
|
||||||
|
)
|
||||||
] ;
|
] ;
|
||||||
} ;
|
} ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue