aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.nix
Commit message (Collapse)AuthorAgeFilesLines
* cleaningRalph Amissah2021-03-051-1/+1
|
* build from static source-tree pre fetch dependsRalph Amissah2021-02-241-3/+1
|
* 0.11.3Ralph Amissah2021-02-241-1/+1
|
* spine scaffold generator, sample pod structure .sst documentRalph Amissah2021-02-041-0/+1
| | | | | | | - build pod structure, and - minimal requirement for a document - at the requested path - uses rund (as D script compiler)
* nix, use pkgs.lib instead of stdenv.libRalph Amissah2021-02-041-4/+2
| | | | - see https://github.com/NixOS/nixpkgs/issues/108938
* 0.11.2Ralph Amissah2021-01-291-1/+1
|
* nix build -f default.nix, experimentalRalph Amissah2021-01-281-5/+1
|
* shell.nix project.nix spine.nix mkDub.nixRalph Amissah2021-01-271-0/+1
|
* nix, work on buildRalph Amissah2021-01-231-1/+27
|
* nix shebangs, considerRalph Amissah2020-12-041-1/+3
|
* nix derivation, dub & dub2nix using ldc2 1.24.0 okRalph Amissah2020-11-281-1/+1
| | | | | | | | - dmd 2.091.1 & dub 1.14.0 broken in nix unstable - dmd 2.094.2 & dub 1.23.0 current dlang - built using modified local nixpkgs dub modified to use ldc (without calls to dmd) - provide overlay for current( dub using ldc )
* nixRalph Amissah2020-10-231-3/+13
|
* build nix derivation (using dub2nix helper tool)Ralph Amissah2020-10-191-0/+7
- nix-shell - nix-build - dub2nix (dub to nix helper tool) - Lionello Lunesu - MIT License - https://github.com/lionello/dub2nix