diff options
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 8e66aad..efadebe 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.nix_2_21 #nixVersions.latest #nixVersions.git 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.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor @@ -609,7 +609,7 @@ with ( version = "<<spine_version>>"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; - buildInputs = with pkgs; [sqlite]; + buildInputs = with pkgs; [nixVersions.nix_2_21 sqlite]; meta = with pkgs.lib; { description = "A sisu like parser & document generator"; longDescription = '' |