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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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