diff options
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/derivation.nix b/derivation.nix index 8aee027..feb0fa4 100644 --- a/derivation.nix +++ b/derivation.nix @@ -93,7 +93,6 @@ with ( ); mkDubDerivation rec { name = "spine-search-${version}"; - #version = "0.12.0"; src = ./.; buildInputs = [ pkgs.sqlite @@ -105,11 +104,6 @@ with ( ## compiler ldc rund - ## linker - #lld - #mold - ## builder - #ninja sqlite ] ) |