mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
nixos: Don't "[a]ttempt to evaluate package pkgs.trash-cli"
Closes #8161.
This commit is contained in:
parent
704b6ffa8a
commit
784a83782c
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ in
|
||||||
backupCommand = mkOption {
|
backupCommand = mkOption {
|
||||||
type = types.nullOr (types.either types.str types.path);
|
type = types.nullOr (types.either types.str types.path);
|
||||||
default = null;
|
default = null;
|
||||||
example = lib.literalExpression "''${pkgs.trash-cli}/bin/trash";
|
example = lib.literalExpression "\${pkgs.trash-cli}/bin/trash";
|
||||||
description = ''
|
description = ''
|
||||||
On activation run this command on each existing file
|
On activation run this command on each existing file
|
||||||
rather than exiting with an error.
|
rather than exiting with an error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue