diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-12-23 10:06:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-12-23 11:12:53 -0500 |
commit | 168e45c3b73ed705ad665395ec1ef5ffc4dc3a6b (patch) | |
tree | bcce2f043de8fb93661fd3edfb53f1ab1eecf893 /derivation.nix | |
parent | metaverse, xml dom close eof (diff) |
nix setup related but messy
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index 8244612..83b66ea 100644 --- a/derivation.nix +++ b/derivation.nix @@ -84,9 +84,16 @@ mkDubDerivation rec { src = ./.; buildInputs = with pkgs; [ nixFlakes - rund + ## package manager dub + ## compiler ldc + #rund + ## linker + #lld + #mold + ## builder + #ninja sqlite ]; meta = with pkgs.lib; { |