From ad2df6fc221000d0f08be130d7308da7b381e2e9 Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Fri, 26 Jan 2024 13:22:15 +0800 Subject: [PATCH] remove global ldso Signed-off-by: iosmanthus --- nixos/workstation/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/workstation/default.nix b/nixos/workstation/default.nix index 1c7a031..13a6732 100644 --- a/nixos/workstation/default.nix +++ b/nixos/workstation/default.nix @@ -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 = {