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 /org | |
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 'org')
-rw-r--r-- | org/spine_build_scaffold.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/spine_build_scaffold.org b/org/spine_build_scaffold.org index 3b56420..d92c753 100644 --- a/org/spine_build_scaffold.org +++ b/org/spine_build_scaffold.org @@ -2330,6 +2330,7 @@ dub2nix = (import dub2nix-src) { inherit pkgs; }; #+NAME: nix_shell_with_pkgs_list #+BEGIN_SRC nix nixFlakes +rund dub ldc sqlite |