diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 13:56:05 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 14:29:46 -0500 |
commit | d58389463a95647f49e4bae03bc2eb81be957f9c (patch) | |
tree | 723dadf8d01c9d4b8d7240e1a6c2f5edb3e5e0d3 /org | |
parent | ldc-1.23.0 overlay for nixos 20.09 (diff) |
ldc current, ldc-1.24.0 available on nix 21.03
- without version overlay
Diffstat (limited to 'org')
-rw-r--r-- | org/spine_build_scaffold.org | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/org/spine_build_scaffold.org b/org/spine_build_scaffold.org index a10929b..8f89a4a 100644 --- a/org/spine_build_scaffold.org +++ b/org/spine_build_scaffold.org @@ -1812,9 +1812,7 @@ in pkgs.mkShell { - ln -sf nixDevEnv/dub/mkDub-ldc.nix mkDub.nix #+BEGIN_SRC nix :tangle ../nixDevEnv/shells/shell-ldc-verUser.nix -{ pkgs ? import <nixpkgs> - <<nix_shell_overlay_user_version_ldc>> -}: +{ pkgs ? import <nixpkgs> {}, }: let <<nix_shell_dub2nix>> in pkgs.mkShell { @@ -1822,6 +1820,14 @@ in pkgs.mkShell { } #+END_SRC +- overlay header + +#+BEGIN_SRC nix +{ pkgs ? import <nixpkgs> + <<nix_shell_overlay_user_version_ldc>> +}: +#+END_SRC + *** parts **** dub2nix @@ -1866,7 +1872,6 @@ use if working overlay: ]; } #+END_SRC - **** build inputs #+NAME: nix_shell_buildInputs_dmd @@ -2285,6 +2290,7 @@ self: super: rec { - https://github.com/ldc-developers/ldc/releases/tag/v1.24.0 - nix-prefetch-url https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc-1.24.0-src.tar.gz +#+NAME: ldc_version_info #+BEGIN_SRC nix version = "1.24.0"; sha256 = "0g5svf55i0kq55q49awmwqj9qi1n907cyrn1vjdjgs8nx6nn35gx"; @@ -2298,7 +2304,6 @@ sha256 = "0g5svf55i0kq55q49awmwqj9qi1n907cyrn1vjdjgs8nx6nn35gx"; - https://github.com/ldc-developers/ldc/releases/tag/v1.23.0 - nix-prefetch-url https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc-1.23.0-src.tar.gz -#+NAME: ldc_version_info #+BEGIN_SRC nix version = "1.23.0"; sha256 = "1fdgj222x29as466vdxy9c0m82zzlsb7vnvvh89n2riszcrx463d"; |