mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
atuin: Fix deprecated string type warning (#6861)
This commit is contained in:
@@ -94,7 +94,7 @@ in
|
||||
types.oneOf [
|
||||
tomlFormat.type
|
||||
types.path
|
||||
types.string
|
||||
types.lines
|
||||
]
|
||||
);
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user