From 6f2f2c54a7e8cadfce1555bad60bc5fa5c855b4e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 11 Mar 2024 20:43:55 -0600 Subject: [PATCH] Add fix_nix shell alias --- nixos/environment.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/environment.nix b/nixos/environment.nix index 956c1aec..9b9d5ebf 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -47,6 +47,7 @@ with lib; localBinInPath = true; shellAliases = { df_ssh = "TERM='xterm-256color ssh -o StrictHostKeyChecking=no'"; + fix_nix = "LD_LIBRARY_PATH='' nix"; }; variables = { ROFI_SYSTEMD_TERM = "alacritty -e";