nix-community / terraform-nixos

A set of Terraform modules that are designed to deploy NixOS [maintainer=@adrian-gierakowski]
Apache License 2.0
333 stars 61 forks source link

Fix readlink command on macOS #44

Closed pingiun closed 3 years ago

pingiun commented 3 years ago

The readlink command on macOS doesn't support the -f option, so it's replaced with realpth unless the GNU version of readlink is installed.