Update TPI shell
All checks were successful
Cachix / build (elendel) (push) Successful in 2m42s
Cachix / build (kholinar) (push) Successful in 8m47s
Cachix / build (marabethia) (push) Successful in 6m2s

This commit is contained in:
Charlotte Van Petegem 2025-04-29 13:55:45 +02:00
parent 5942f8b9d1
commit e8edc2ec3a
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -13,7 +13,7 @@ pkgs.devshell.mkShell {
}; };
packages = with pkgs; [ packages = with pkgs; [
cmake cmake
nodejs_18 nodejs_20
(pkgs.lowPrio postgresql_14) (pkgs.lowPrio postgresql_14)
shared-mime-info shared-mime-info
yarn yarn
@ -48,10 +48,10 @@ 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.overrideAttrs (old: { package = pkgs.ruby_3_2.overrideAttrs (old: {
version = (import "${inputs.nixpkgs}/pkgs/development/interpreters/ruby/ruby-version.nix" { inherit lib; }) "3" "2" "2" ""; version = (import "${inputs.nixpkgs}/pkgs/development/interpreters/ruby/ruby-version.nix" { inherit lib; }) "3" "2" "8" "";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz"; url = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.tar.gz";
hash = "sha256-lsV1WIcaZ0jeW8nydOk/S1qtBs2PN776Do2U57ikI7w="; hash = "sha256-d6zdjPu+H45XO15lNuA8UQPfmJ3AX6aMcPARgzw1YHU=";
}; };
}); });
nativeDeps = with pkgs; [ nativeDeps = with pkgs; [