aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* nix related config, direnv else minorRalph Amissah2021-10-221-10/+6
|
* dir rename ./sundry (from ./misc)Ralph Amissah2021-08-011-2/+1
|
* nix-build cleanup, external sources localizedRalph Amissah2021-05-151-10/+98
| | | | | | - clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used
* cleaningRalph Amissah2021-03-051-1/+1
|
* 0.11.3Ralph Amissah2021-02-241-1/+1
|
* shell_spine.nix addedRalph Amissah2021-02-041-1/+0
|
* 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
|
* shell.nix project.nix spine.nix mkDub.nixRalph Amissah2021-01-271-1/+1
|
* nix, work on buildRalph Amissah2021-01-231-1/+6
|
* nix shebangs, considerRalph Amissah2020-12-041-1/+4
|
* 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