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 /project.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 'project.nix')
-rwxr-xr-x | project.nix | 1 |
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 |