shells/silverfin: Use ruby 3.2.4
All checks were successful
Cachix / build (elendel) (push) Successful in 1m5s
Cachix / build (kholinar) (push) Successful in 2m11s
Cachix / build (lasting-integrity) (push) Successful in 1m7s
Cachix / build (marabethia) (push) Successful in 1m27s
Cachix / build (urithiru) (push) Successful in 1m28s

This commit is contained in:
Charlotte Van Petegem 2024-11-14 13:46:19 +01:00
parent ecdbb05982
commit 86f690ef24

View file

@ -71,7 +71,13 @@ pkgs.devshell.mkShell {
]; ];
language.c.compiler = lib.mkForce pkgs.clang; language.c.compiler = lib.mkForce pkgs.clang;
language.ruby = { language.ruby = {
package = pkgs.ruby_3_2; package = pkgs.ruby_3_2.overrideAttrs (old: {
version = (import "${inputs.nixpkgs}/pkgs/development/interpreters/ruby/ruby-version.nix" { inherit lib; }) "3" "2" "4" "";
src = pkgs.fetchurl {
url = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.gz";
hash = "sha256-xys8XDBILcoYsPhoyQdfP0fYFo6vYm1OaCzltZyFhpI=";
};
});
nativeDeps = with pkgs; [ nativeDeps = with pkgs; [
git git
graphicsmagick graphicsmagick