Nix paths
A Nix path points to some absolute filesystem location or one relative to the invoking source file. The path must contain at least one slash to be recognized as such.
Examples
/bin/bash- absolute path./builder.sh- relative path
A Nix path points to some absolute filesystem location or one relative to the invoking source file. The path must contain at least one slash to be recognized as such.
/bin/bash - absolute path./builder.sh - relative path