aboutsummaryrefslogtreecommitdiffhomepage
path: root/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 /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 'nix')
-rw-r--r--nix/pkglst/shell-pkgs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/pkglst/shell-pkgs.nix b/nix/pkglst/shell-pkgs.nix
index 7587c02..2b8f03e 100644
--- a/nix/pkglst/shell-pkgs.nix
+++ b/nix/pkglst/shell-pkgs.nix
@@ -7,6 +7,7 @@ let
in
with pkgs; [
nixFlakes
+ rund
dub
ldc
sqlite