aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-05-02 10:44:32 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-05-02 10:44:36 -0400
commit41eecdbe8695c2e49ce26e98faad98dce76e5e8b (patch)
treeb3e3449a24ae0bc79bb7a6e95617aca0fee4ca23
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.lock6
-rw-r--r--org/config_nix.org6
-rw-r--r--org/nixpkgs_overlays_d_related.org2
-rwxr-xr-xshell.nix2
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 = "<<spine_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