aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-02-04 11:41:06 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-02-04 14:52:41 -0500
commit264013035076a2f51c59e642bb39710b95fdf6bb (patch)
treec694ee18ca47a784fdb62e8846ef66fb6394edff /project.nix
parentnix, use pkgs.lib instead of stdenv.lib (diff)
spine scaffold generator, sample pod structure .sst document
- build pod structure, and - minimal requirement for a document - at the requested path - uses rund (as D script compiler)
Diffstat (limited to 'project.nix')
-rwxr-xr-xproject.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.nix b/project.nix
index 4594999..fddd77b 100755
--- a/project.nix
+++ b/project.nix
@@ -16,6 +16,7 @@ mkDubDerivation rec {
in
with pkgs; [
nixFlakes
+ rund
dub
ldc
sqlite