Skip to content

Commit

Permalink
remove global ldso
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
  • Loading branch information
iosmanthus committed Jan 26, 2024
1 parent 3d5c6d0 commit ad2df6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/workstation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
stateVersion = "20.09";
# activationScripts.ldso = lib.stringAfter [ "usrbinenv" ] ''
# mkdir -m 0755 -p /lib64
# ln -sfn ${pkgs.glibc.out}/lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2.tmp
# mv -f /lib64/ld-linux-x86-64.so.2.tmp /lib64/ld-linux-x86-64.so.2 # atomically replace
# '';
};

nix = {
Expand Down

0 comments on commit ad2df6f

Please sign in to comment.