diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 11:41:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 14:52:41 -0500 |
commit | 264013035076a2f51c59e642bb39710b95fdf6bb (patch) | |
tree | c694ee18ca47a784fdb62e8846ef66fb6394edff /nix/pkglst/shell-pkgs.nix | |
parent | nix, 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/pkglst/shell-pkgs.nix')
-rw-r--r-- | nix/pkglst/shell-pkgs.nix | 1 |
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 |