mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Fix bug in nix-secret-wrapper
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
406560ffab
commit
c45d848571
|
@ -66,7 +66,7 @@ for arg in "$@" ; do
|
|||
esac
|
||||
done
|
||||
|
||||
( exec -a $0 .nix-unwrapped "''${new_args[@]}" )
|
||||
( exec -a $0 .nix-unwrapped "${new_args[@]}" )
|
||||
ret_code=$?
|
||||
|
||||
post_lock_hash="$(sha256sum flake-secret.lock | cut -f1 -d' ')"
|
||||
|
|
Loading…
Reference in a new issue