0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge master into staging-next

This commit is contained in:
github-actions[bot] 2025-01-12 18:04:11 +00:00 committed by GitHub
commit 74a6c68160
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
121 changed files with 955 additions and 661 deletions

View file

@ -185,6 +185,10 @@ let
echo "reused"
passphrase=$(cat /crypt-ramfs/passphrase)
break
elif [ -e /dev/mapper/${dev.name} ]; then
echo "opened externally"
rm -f /crypt-ramfs/device
return
else
# ask cryptsetup-askpass
echo -n "${dev.device}" > /crypt-ramfs/device