Skip to content

Commit

Permalink
nixos/games: remove steam runtime nix-ld
Browse files Browse the repository at this point in the history
`steam-run`'s fhsenv was refactored, and we should avoid relying on its
internal details anyway.

It seems like heroic no longer needs additional libraries anyway, but if
it did we could override its `extraLibraries` argument.
  • Loading branch information
MattSturgeon committed Nov 13, 2024
1 parent fc275e7 commit e066436
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/nixos/games.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ in
];
};

programs.nix-ld = {
enable = true;
libraries = pkgs.steam-run.fhsenv.args.multiPkgs pkgs;
};

environment.systemPackages = with pkgs; [
heroic
heroic # TODO: override extraLibraries ?
prismlauncher
steam-run
];
Expand Down

0 comments on commit e066436

Please sign in to comment.