diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 11:15:53 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 11:15:53 +0530 |
| commit | 5f4632acfc20cf0d402d5f87d4a97ecf7bd83401 (patch) | |
| tree | b8961218c13be76bb4f9138cd48e12c953834dc2 /shell.nix | |
| parent | b5d53cd4210a74c65a42b6387dd78c4e5bc9c17f (diff) | |
actually nothing
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ""; } |
