diff options
-rw-r--r-- | derivation.nix | 2 | ||||
-rw-r--r-- | devenv.nix | 2 | ||||
-rw-r--r-- | org/config_nix.org | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/derivation.nix b/derivation.nix index dc6a412..d179c8f 100644 --- a/derivation.nix +++ b/derivation.nix @@ -100,7 +100,7 @@ with ( sha256 = "sha256:03dr7dn7kq6arw4ry7qar13iqmi1caw70imfjwi8qr7g2j4mnk2q"; }; 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 = '' @@ -10,7 +10,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 diff --git a/org/config_nix.org b/org/config_nix.org index 353c91b..391f739 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.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor @@ -439,7 +439,7 @@ with ( sha256 = "<<spine_tarball_sha256>>"; }; 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 = '' |