diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 13:02:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 15:00:12 -0400 |
commit | fa631635637ed5487be3f5c989e530a8b8914d2c (patch) | |
tree | aa4052f53c426ef28a23d79a01ebc1371aceba4a /derivation.nix | |
parent | org ready ldc-1.41.0-beta1; flake using ldc-1.40.1 (diff) |
- remove ./.env/
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 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 = '' |