aboutsummaryrefslogtreecommitdiffhomepage
path: root/derivation.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-06-09 13:02:16 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-06-09 15:00:12 -0400
commitfa631635637ed5487be3f5c989e530a8b8914d2c (patch)
treeaa4052f53c426ef28a23d79a01ebc1371aceba4a /derivation.nix
parentorg ready ldc-1.41.0-beta1; flake using ldc-1.40.1 (diff)
housekeeping, update/sync with project (nix, D)HEADmain
- remove ./.env/
Diffstat (limited to 'derivation.nix')
-rw-r--r--derivation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix
index 9bbb7f4..8f0364a 100644
--- a/derivation.nix
+++ b/derivation.nix
@@ -59,7 +59,7 @@ with (
exit "Error: could not find D compiler"
fi
echo "$DC_ used as D compiler to build $pname"
- dub run --compiler=$DC --build=release --combined --skip-registry=all
+ dub build --compiler=$DC --build=release --combined --skip-registry=all
runHook postBuild
'';
checkPhase = ''