diff options
Diffstat (limited to 'derivation.nix')
| -rw-r--r-- | derivation.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/derivation.nix b/derivation.nix index 1457658..3ad7056 100644 --- a/derivation.nix +++ b/derivation.nix @@ -90,7 +90,7 @@ with (      version = "0.17.0";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc]; -    buildInputs = with pkgs; [nixVersions.nix_2_21 sqlite]; +    buildInputs = with pkgs; [nixVersions.latest sqlite];      meta = with pkgs.lib; {        description = "A sisu like parser & document generator";        longDescription = '' | 
