aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-24 12:33:53 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-01-26 08:29:03 -0500
commitf0dbee6a6204dc92b2418723393aa3cb298245af (patch)
tree59040609ec5d089a410498972900cf546950bff5 /flake.nix
parent2023, year rollover, old habit (diff)
nix & build housekeeping, alternative D compilers
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0eedba1..0a02c3c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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: