diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-24 12:33:53 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-26 08:29:03 -0500 |
| commit | f0dbee6a6204dc92b2418723393aa3cb298245af (patch) | |
| tree | 59040609ec5d089a410498972900cf546950bff5 /flake.nix | |
| parent | 2023, year rollover, old habit (diff) | |
nix & build housekeeping, alternative D compilers
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ let pkgs = nixpkgsFor.${system}; in { default = spine.packages.${system}.default; + spine-dmd = spine.packages.${system}.spine-dmd; + spine-ldc = spine.packages.${system}.spine-ldc; + spine-gdc = spine.packages.${system}.spine-gdc; #vendorSha256 = "sha256-0Q00000000000000000000000000000000000000000="; }); devShells = forAllSystems (system: |
