]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Specify shell.nix dependencies using "packages", not "inputsFrom" (#16514)
authorVera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
Tue, 16 May 2023 19:41:14 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 19:41:14 +0000 (21:41 +0200)
shell.nix

index 8879b0c791aa441877754411514f797a22aea269..752b6fcadb64249bee860af2cd2ece556d9042b3 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -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