Skip to content

Commit

Permalink
nixos/nix-ld: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 27, 2024
1 parent 6df8842 commit c71c097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/nix-ld.nix
Expand Up @@ -3,7 +3,7 @@ let
cfg = config.programs.nix-ld;

nix-ld-libraries = pkgs.buildEnv {
name = "lb-library-path";
name = "ld-library-path";
pathsToLink = [ "/lib" ];
paths = map lib.getLib cfg.libraries;
# TODO make glibc here configurable?
Expand Down

0 comments on commit c71c097

Please sign in to comment.