diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:32 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:36 -0400 | 
| commit | 41eecdbe8695c2e49ce26e98faad98dce76e5e8b (patch) | |
| tree | b3e3449a24ae0bc79bb7a6e95617aca0fee4ca23 /org | |
| parent | sisudoc spine initial release (diff) | |
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
Diffstat (limited to 'org')
| -rw-r--r-- | org/config_nix.org | 6 | ||||
| -rw-r--r-- | org/nixpkgs_overlays_d_related.org | 2 | 
2 files changed, 4 insertions, 4 deletions
| 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 | 
