From 03f6a952fdd00e88981640275af4d031db914fa5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 2 May 2024 10:58:13 -0400 Subject: comment out nixpkg nixVersions.unstable - nixVersions.unstable no longer available --- derivation.nix | 2 +- devenv.nix | 2 +- org/config_nix.org | 6 +++--- org/nixpkgs_overlays_d_related.org | 2 +- shell.nix | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/derivation.nix b/derivation.nix index 28d784a..28c3c39 100644 --- a/derivation.nix +++ b/derivation.nix @@ -98,7 +98,7 @@ with ( pkgs.sqlite ( with pkgs-nix; [ - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes ## package manager dub ## compiler diff --git a/devenv.nix b/devenv.nix index 54de1c8..35b778e 100644 --- a/devenv.nix +++ b/devenv.nix @@ -10,7 +10,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 diff --git a/org/config_nix.org b/org/config_nix.org index b3f82d5..7e8e04f 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -306,7 +306,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor @@ -376,7 +376,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 @@ -518,7 +518,7 @@ with ( pkgs.sqlite ( with pkgs-nix; [ - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes ## package manager dub ## compiler diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index c5feb61..404d649 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.unstable nix-prefetch-git validatePkgConfig nix-output-monitor diff --git a/shell.nix b/shell.nix index e44c85e..a06fd10 100755 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor -- cgit v1.2.3