nix: add package for database with WAL enabled
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
inherit src;
|
||||
};
|
||||
|
||||
database-wal = pkgs.callPackage ./nix/database.nix {
|
||||
inherit (self.packages.${system}) database-tool jmdict radkfile kanjidic2;
|
||||
inherit src;
|
||||
wal = true;
|
||||
};
|
||||
|
||||
docs = pkgs.callPackage ./nix/docs.nix {
|
||||
inherit (self.packages.${system}) database;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user