diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 | 
| commit | 01b97ab40ec20a0ad73d2271b1397122e7b1bed5 (patch) | |
| tree | 2063f9f05bf50a05bc6392bd1b1ccc4950bb3c7a /derivation.nix | |
| parent | pod zip fixes (diff) | |
nix build houskeeping, version updates, incl. dmd & dub
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 = '' | 
