nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0691961e911fb93e9916c7e83356beaed6329e87
parent 2e9beb3ebeb8022668e0af7efdedf75f3a33fbf4
Author: Toni Brown <me@tb148.eu.org>
Date:   Wed, 29 Oct 2025 22:10:02 +0800

install nixld

Diffstat:
Mconfiguration.nix | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -143,6 +143,18 @@ environmentFile = "/home/tb148/.searxng.env"; }; + programs.nix-ld = { + enable = true; + libraries = [ + ## Put here any library that is required when running a package + ## ... + ## Uncomment if you want to use the libraries provided by default in the steam distribution + ## but this is quite far from being exhaustive + ## https://github.com/NixOS/nixpkgs/issues/354513 + (pkgs.runCommand "steamrun-lib" {} "mkdir $out; ln -s ${pkgs.steam-run.fhsenv}/usr/lib64 $out/lib") + ]; + }; + programs.steam.enable = true; # Copy the NixOS configuration file and link it from the resulting system