1
0
forked from clan/clan-core

cli/deps_flake: resolve symlink prior to execution

This commit is contained in:
Jörg Thalheim 2023-09-06 17:05:21 +02:00
parent 71c6c3b2d0
commit 35c5f248d1

View File

@ -32,7 +32,7 @@ def module_root() -> Path:
def deps_flake() -> Path:
return module_root() / "deps_flake"
return (module_root() / "deps_flake").resolve()
def nixpkgs() -> Path: