diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:53:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:53:39 -0400 |
commit | 4547e2aaa8a4fe4c01f02fff303a73d9cbfec58b (patch) | |
tree | 45203479e7c904ebd0a793579c757441478412dd /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 d574ab7..dc6a412 100644 --- a/derivation.nix +++ b/derivation.nix @@ -100,7 +100,7 @@ with ( sha256 = "sha256:03dr7dn7kq6arw4ry7qar13iqmi1caw70imfjwi8qr7g2j4mnk2q"; }; 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 = '' |