shell: use toString for sopsPGPKeyDirs

This commit is contained in:
zowoq 2022-12-13 08:25:54 +10:00
parent a968f786b1
commit 1e68625610

View file

@ -5,7 +5,7 @@
with pkgs;
mkShellNoCC {
sopsPGPKeyDirs = [
"./keys"
"${toString ./.}/keys"
];
buildInputs = [