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 --- derivation.nix | 2 +- devenv.nix | 2 +- flake.lock | 16 ++++++++-------- org/config_nix.org | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/derivation.nix b/derivation.nix index d574ab7..dc6a412 100644 --- a/derivation.nix +++ b/derivation.nix @@ -100,7 +100,7 @@ with ( sha256 = "sha256:03dr7dn7kq6arw4ry7qar13iqmi1caw70imfjwi8qr7g2j4mnk2q"; }; 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 894b0ec..53a1aa8 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 885d5e0..226f72d 100644 --- a/flake.lock +++ b/flake.lock @@ -77,11 +77,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713805509, - "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=", + "lastModified": 1714314149, + "narHash": "sha256-yNAevSKF4krRWacmLUsLK7D7PlfuY3zF0lYnGYNi9vQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4", + "rev": "cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae", "type": "github" }, "original": { @@ -107,17 +107,17 @@ ] }, "locked": { - "lastModified": 1713879307, + "lastModified": 1714572663, "narHash": "sha256-qSX+CZ+T7MTher/UpRl2FkOmQwbkEwQfvVSq5wgXfX4=", "ref": "refs/heads/main", - "rev": "105a5ac76443c9df52728a27524276ab4ff39211", - "revCount": 630, + "rev": "164ce8cfaebe7c49c50fbc8c2d6f1b8fa75945de", + "revCount": 631, "type": "git", - "url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine" + "url": "git://git.sisudoc.org/software/sisudoc-spine" }, "original": { "type": "git", - "url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine" + "url": "git://git.sisudoc.org/software/sisudoc-spine" } }, "systems": { 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