mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/keepassxc: stop using deprecated cli option
Addresses The -k option will be deprecated. Please use the --set-key-file option instead. This isn't causing any problems _yet_, but it seems easy enough to fix it now already.
This commit is contained in:
parent
c712874d4a
commit
0e25167336
@ -46,7 +46,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
||||
machine.wait_for_x()
|
||||
|
||||
with subtest("Can create database and entry with CLI"):
|
||||
${aliceDo "keepassxc-cli db-create -k foo.keyfile foo.kdbx"}
|
||||
${aliceDo "keepassxc-cli db-create --set-key-file foo.keyfile foo.kdbx"}
|
||||
${aliceDo "keepassxc-cli add --no-password -k foo.keyfile foo.kdbx bar"}
|
||||
|
||||
with subtest("Ensure KeePassXC starts"):
|
||||
|
Loading…
Reference in New Issue
Block a user