From 4547e2aaa8a4fe4c01f02fff303a73d9cbfec58b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 2 May 2024 10:53:32 -0400 Subject: comment out nixpkg nixVersions.unstable - nixVersions.unstable no longer available --- org/config_nix.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index b0b3080..353c91b 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -296,7 +296,7 @@ with pkgs; # ❯❯❯ nix_related #nix # if not on NixOS, this is needed direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor @@ -439,7 +439,7 @@ with ( sha256 = "<>"; }; 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