From fa631635637ed5487be3f5c989e530a8b8914d2c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Jun 2025 13:02:16 -0400 Subject: housekeeping, update/sync with project (nix, D) - remove ./.env/ --- derivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derivation.nix') 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 = '' -- cgit v1.2.3