Skip to content

Commit

Permalink
steam-jupiter: Add support scripts to FHS env
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 6, 2024
1 parent 19494f5 commit bd74e86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/steam-jupiter/fhsenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{ writeShellScriptBin
, dmidecode
, jovian-stubs
, jovian-support-scripts
, steam-fhsenv
# , steamos-polkit-helpers
, ...
Expand All @@ -16,6 +17,7 @@ let
"writeShellScriptBin"
"dmidecode"
"jovian-stubs"
"jovian-support-scripts"
"steam-fhsenv"
"steamos-polkit-helpers"
];
Expand Down Expand Up @@ -47,6 +49,7 @@ let
extraPkgs = pkgs: (if args ? extraPkgs then args.extraPkgs pkgs else []) ++ [
dmidecode
jovian-stubs
jovian-support-scripts
sessionSwitcher

# FIXME: figure out how to fix pkexec (needs SUID in fhsenv, see https://github.com/NixOS/nixpkgs/issues/69338)
Expand Down

0 comments on commit bd74e86

Please sign in to comment.