diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-03 00:10:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-03 00:10:58 -0400 |
commit | 95203d8ed30ca8e0f97a36557c7c96ca0a76cffd (patch) | |
tree | a779665b17c9f7fd40d9047bd4a9672035f5178d | |
parent | comment out nixpkg nixVersions.unstable (diff) |
set nixVersions.nix_2_21
-rw-r--r-- | derivation.nix | 2 | ||||
-rw-r--r-- | devenv.nix | 2 | ||||
-rw-r--r-- | org/config_nix.org | 6 | ||||
-rw-r--r-- | org/nixpkgs_overlays_d_related.org | 2 | ||||
-rwxr-xr-x | shell.nix | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/derivation.nix b/derivation.nix index b4606da..e8789f0 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; [sqlite]; + buildInputs = with pkgs; [nixVersions.nix_2_21 sqlite]; meta = with pkgs.lib; { description = "A sisu like parser & document generator"; longDescription = '' @@ -10,7 +10,7 @@ with pkgs; # ❯❯❯ nix_related #nix # if not on NixOS, this is needed direnv - #nixVersions.unstable #nixFlakes + nixVersions.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor diff --git a/org/config_nix.org b/org/config_nix.org index 8e66aad..efadebe 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.nix_2_21 #nixVersions.latest #nixVersions.git 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.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor @@ -609,7 +609,7 @@ with ( version = "<<spine_version>>"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; - buildInputs = with pkgs; [sqlite]; + buildInputs = with pkgs; [nixVersions.nix_2_21 sqlite]; meta = with pkgs.lib; { description = "A sisu like parser & document generator"; longDescription = '' diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 36089a1..dc5676f 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -469,7 +469,7 @@ with pkgs; # ❯❯❯ nix_related nix direnv - #nixVersions.unstable + nixVersions.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor @@ -7,7 +7,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - #nixVersions.unstable #nixFlakes + nixVersions.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor |