aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-05-02 10:53:32 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-05-02 10:53:39 -0400
commit4547e2aaa8a4fe4c01f02fff303a73d9cbfec58b (patch)
tree45203479e7c904ebd0a793579c757441478412dd
parentsisudoc spine initial release (diff)
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
-rw-r--r--derivation.nix2
-rw-r--r--devenv.nix2
-rw-r--r--flake.lock16
-rw-r--r--org/config_nix.org4
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 = "<<spine_tarball_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 = ''