mirror of
https://github.com/nix-community/disko.git
synced 2026-01-15 18:58:35 +01:00
5 lines
No EOL
172 B
Text
5 lines
No EOL
172 B
Text
export def main []: nothing -> path {
|
|
# $env.FILE_PWD contains the file of the script (disko.nu), not this module
|
|
let libexec_dir = $env.FILE_PWD
|
|
$libexec_dir
|
|
} |