diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-13 19:44:24 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-13 19:44:24 -0400 |
| commit | 41a580edab96c30d175dac232701c908452708d2 (patch) | |
| tree | 3b68d8381e455c27e34224f7f2d54e5844a38fa0 /package.nix | |
| parent | nix keeping: nix-shell, nix-build derivation.nix (diff) | |
package.nix cosmetic line-breaks for build command
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.nix b/package.nix index 335d911..bbe23ca 100644 --- a/package.nix +++ b/package.nix @@ -39,7 +39,10 @@ stdenv.mkDerivation { ''; buildPhase = '' runHook preBuild - buildCMD="dub run --cache=local --compiler=$(type -P ${compilerBin}) --build=${buildType} --combined --skip-registry=all" + buildCMD="dub run --cache=local \ + --compiler=$(type -P ${compilerBin}) \ + --build=${buildType} \ + --combined --skip-registry=all" echo $buildCMD $buildCMD runHook postBuild |
