Merge pull request 'cli/deps_flake: resolve symlink prior to execution' (#254) from Mic92-main into main
This commit is contained in:
@@ -32,7 +32,7 @@ def module_root() -> Path:
|
|||||||
|
|
||||||
|
|
||||||
def deps_flake() -> Path:
|
def deps_flake() -> Path:
|
||||||
return module_root() / "deps_flake"
|
return (module_root() / "deps_flake").resolve()
|
||||||
|
|
||||||
|
|
||||||
def nixpkgs() -> Path:
|
def nixpkgs() -> Path:
|
||||||
|
|||||||
Reference in New Issue
Block a user