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 --- org/config_nix.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index 0b4851a..8e66aad 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -398,7 +398,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor @@ -474,7 +474,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 @@ -609,7 +609,7 @@ with ( version = "<>"; 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