aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
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 /org
parentsisudoc spine initial release (diff)
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
Diffstat (limited to 'org')
-rw-r--r--org/config_nix.org4
1 files changed, 2 insertions, 2 deletions
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 = ''