From 5f4632acfc20cf0d402d5f87d4a97ecf7bd83401 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sat, 4 Jul 2026 11:15:53 +0530 Subject: actually nothing --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 092bd0e..db036a3 100644 --- a/shell.nix +++ b/shell.nix @@ -37,5 +37,5 @@ pkgs.mkShell { shellHook = if install_opt_deps then '' export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH export XDG_DATA_DIRS=${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}:${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}:$XDG_DATA_DIRS - '' else ''; + '' else ""; } -- cgit v1.2.3