1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(stardict): install coptic dictionary

This commit is contained in:
2023-08-07 13:26:53 +02:00
parent af0bd29cd5
commit 3be3410baa
3 changed files with 26 additions and 0 deletions

21
flake.lock generated
View File

@@ -58,6 +58,26 @@
"url": "https://cgit.krebsco.de/blessings"
}
},
"coptic-dictionary": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1691387620,
"narHash": "sha256-A33LcuoEdy+4136PClX0Utl56ftme6NNmCeP7uunSgE=",
"owner": "kmein",
"repo": "coptic-dictionary",
"rev": "7ad2262f88498f91689515ef6388ad871fc616f3",
"type": "github"
},
"original": {
"owner": "kmein",
"repo": "coptic-dictionary",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@@ -486,6 +506,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"coptic-dictionary": "coptic-dictionary",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"menstruation-backend": "menstruation-backend",