Merge pull request 'cli/deps_flake: resolve symlink prior to execution' (#254) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 53s

This commit is contained in:
clan-bot 2023-09-06 15:08:34 +00:00
commit 435608eb89

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: