aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-09-12 14:25:24 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-09-12 14:25:24 -0400
commit14d58277d2ea15ce919b7d915b8c4c714e53436f (patch)
tree77ab79ac810709cf90bdabf006ecb2131b9d368f /flake.nix
parentsome file renames (diff)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 11c9385..7b6ecd1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
...
}@inputs: let
pname = "spine";
- version = "0.23.0";
+ version = "0.24.0";
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types
@@ -143,7 +143,7 @@
#default = import ./shell.nix {pkgs = pkgs-nix; flake = self;};
dsh-overlay = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.23.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.24.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay ldc)";
compiler = pkgs-ovl.ldc;
};
@@ -161,13 +161,13 @@
};
dsh-overlay-dmd = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.23.0 base dev shell, dmd-2.112.1, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.24.0 base dev shell, dmd-2.112.1, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay dmd)";
compiler = pkgs-ovl.dmd;
};
dsh-overlay-ldc = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.23.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.24.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay ldc)";
compiler = pkgs-ovl.ldc;
};