home-manager: remove path: URI type for flake default
This reverts commit 536b3fb883ddb6aa75756755f61b76806fe71009.
This commit is contained in:
parent
172b91bfb2
commit
20665c6efa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue