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

autorenkalender: get from flake

This commit is contained in:
2025-12-04 16:19:02 +01:00
parent bd84c35138
commit a08c41d3db
3 changed files with 25 additions and 10 deletions

21
flake.lock generated
View File

@@ -90,6 +90,26 @@
"type": "github"
}
},
"autorenkalender": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1764859438,
"narHash": "sha256-OahcfG2AH4ackDw/xamqwVnZr+pFSIk/hBaYmy4bALI=",
"owner": "kmein",
"repo": "autorenkalender",
"rev": "b06647b0ead5157a9bd8bbd2c66a8b2367c6f123",
"type": "github"
},
"original": {
"owner": "kmein",
"repo": "autorenkalender",
"type": "github"
}
},
"base16": {
"inputs": {
"fromYaml": "fromYaml"
@@ -1544,6 +1564,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"autorenkalender": "autorenkalender",
"coptic-dictionary": "coptic-dictionary",
"flake-utils": "flake-utils_3",
"home-manager": "home-manager_2",