mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
This was discussed in https://github.com/NixOS/nix/issues/8034. I personally like `PRJ_ROOT`, which hopefully avoids some ambiguity around with subflakes. I only implemented this for `nix fmt` because it doesn't let you point at a flake not on your filesystem. macOS compilation fixes
2 lines
71 B
Bash
Executable file
2 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo "PRJ_ROOT=$PRJ_ROOT Formatting(${#}):" "${@}"
|