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 +- devenv.nix | 2 +- flake.lock | 6 +++--- org/config_nix.org | 6 +++--- org/nixpkgs_overlays_d_related.org | 2 +- shell.nix | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) 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 = '' 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/flake.lock b/flake.lock index 8fd40d5..bbaeebe 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713805509, - "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=", + "lastModified": 1714562304, + "narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4", + "rev": "bcd44e224fd68ce7d269b4f44d24c2220fd821e7", "type": "github" }, "original": { 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 = '' diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 768f611..36089a1 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 4093de6..bf761d4 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