diff options
Diffstat (limited to 'org')
-rw-r--r-- | org/config_nix.org | 4 |
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 = '' |