Skip to content

Commit

Permalink
Specify shell.nix dependencies using "packages", not "inputsFrom" (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zumorica committed May 16, 2023
1 parent d064824 commit 9b955c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b955c0

Please sign in to comment.