diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:36 -0400 |
commit | 41eecdbe8695c2e49ce26e98faad98dce76e5e8b (patch) | |
tree | b3e3449a24ae0bc79bb7a6e95617aca0fee4ca23 /derivation.nix | |
parent | sisudoc spine initial release (diff) |
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
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 77d3649..b4606da 100644 --- a/derivation.nix +++ b/derivation.nix @@ -91,7 +91,7 @@ with ( version = "0.16.0"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; - buildInputs = with pkgs; [nixVersions.unstable sqlite]; + buildInputs = with pkgs; [sqlite]; meta = with pkgs.lib; { description = "A sisu like parser & document generator"; longDescription = '' |