From 41eecdbe8695c2e49ce26e98faad98dce76e5e8b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 2 May 2024 10:44:32 -0400 Subject: comment out nixpkg nixVersions.unstable - nixVersions.unstable no longer available --- derivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derivation.nix') 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 = '' -- cgit v1.2.3