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

This reverts commit 536b3fb883ddb6aa75756755f61b76806fe71009.
This commit is contained in:
Carl Dong 2025-01-06 18:01:32 -05:00 committed by GitHub
parent 172b91bfb2
commit 20665c6efa
Failed to generate hash of commit

View file

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