diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-07 10:11:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-07 10:21:42 -0400 |
commit | 0a1a8ce68c7b27cc4e86e9fab71a99e311d9e7d0 (patch) | |
tree | b5ec034ef6f93826be263302460c36f205537ac9 /derivation.nix | |
parent | arsd.core.d import (diff) |
configuration a& build related
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index 2720a35..eb08f56 100644 --- a/derivation.nix +++ b/derivation.nix @@ -60,7 +60,7 @@ with ( exit "Error: could not find D compiler" fi echo "$DC_ used as D compiler to build $pname" - dub build --compiler=$DC --build=release --combined --skip-registry=all + dub run --compiler=$DC --build=release --combined --skip-registry=all runHook postBuild ''; checkPhase = '' |