commit 4a40a0433d0ea4b3cd1f774638cfd79ce2b56f84
parent 007b1373c58529a54052545208afe2c45dc2a703
Author: mtmn <miro@haravara.org>
Date: Sun, 19 Apr 2026 21:22:02 +0200
chore: update corpus
Diffstat:
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -30,11 +30,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
- "lastModified": 1776608046,
- "narHash": "sha256-g/uen/sSxV5dgfJK0KKqqfMNtTiJmHwPSHou57WGpX8=",
+ "lastModified": 1776626408,
+ "narHash": "sha256-uXyQOIFEhSyvhdMRV4g76VAGQOc2YSQkPB6iHo0TYZk=",
"owner": "mtmn",
"repo": "corpus",
- "rev": "894d49b659c6201e5aca65c4edc720819267a1dd",
+ "rev": "f96169eaca46293c62f55ed148b5e1b62c0fb242",
"type": "github"
},
"original": {
diff --git a/modules/mixins/corpus/users.dhall b/modules/mixins/corpus/users.dhall
@@ -1,5 +1,6 @@
let UserConfig =
- { listenbrainzUser : Optional Text
+ { name : Optional Text
+ , listenbrainzUser : Optional Text
, lastfmUser : Optional Text
, databaseFile : Text
, coverCacheEnabled : Bool
@@ -10,7 +11,8 @@ let UserConfig =
let defaults
: UserConfig
- = { listenbrainzUser = None Text
+ = { name = None Text
+ , listenbrainzUser = None Text
, lastfmUser = None Text
, databaseFile = "corpus.db"
, coverCacheEnabled = True