home-manager: remove path: URI type for flake default

This reverts commit 536b3fb883.
This commit is contained in:
Carl Dong
2025-01-06 18:01:32 -05:00
committed by GitHub
parent 172b91bfb2
commit 20665c6efa

View File

@@ -191,7 +191,7 @@ function setFlakeAttribute() {
fi
if [[ -v configFlake ]]; then
FLAKE_ARG="path:$(dirname "$(readlink -f "$configFlake")")"
FLAKE_ARG="$(dirname "$(readlink -f "$configFlake")")"
fi
fi