diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:08:15 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:08:15 +0200 |
| commit | c1f739ca33985c438414676f657e0ed43ecfa4b1 (patch) | |
| tree | fe8b08c699c88b1a2b3329e78d30e93c30d93b63 /nix | |
| parent | fix(treewide): Use the correct link to the repository (diff) | |
| download | back-c1f739ca33985c438414676f657e0ed43ecfa4b1.zip | |
fix(nix/module): Mention TVL instead of tvix
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix index da95759..eb1257c 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -18,7 +18,7 @@ cfg = config.vhack.back; in { options.vhack.back = { - enable = lib.mkEnableOption "Back issue tracker (inspired by tvix's panettone)"; + enable = lib.mkEnableOption "Back issue tracker (inspired by TVL's panettone)"; domain = lib.mkOption { type = lib.types.str; |
