From 0a1a8ce68c7b27cc4e86e9fab71a99e311d9e7d0 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 7 May 2024 10:11:24 -0400 Subject: configuration a& build related --- derivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derivation.nix') 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 = '' -- cgit v1.2.3