Specify shell.nix dependencies using "packages", not "inputsFrom" (#16514)

This commit is contained in:
Vera Aguilera Puerto
2023-05-16 21:41:14 +02:00
committed by GitHub
parent d064824310
commit 9b955c0564

View File

@@ -21,7 +21,7 @@ let
in pkgs.mkShell {
name = "space-station-14-devshell";
buildInputs = [ pkgs.gtk3 ];
inputsFrom = dependencies;
packages = dependencies;
shellHook = ''
export GLIBC_TUNABLES=glibc.rtld.dynamic_sort=1
export ROBUST_SOUNDFONT_OVERRIDE=${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2