summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-04 11:15:53 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-04 11:15:53 +0530
commit5f4632acfc20cf0d402d5f87d4a97ecf7bd83401 (patch)
treeb8961218c13be76bb4f9138cd48e12c953834dc2 /shell.nix
parentb5d53cd4210a74c65a42b6387dd78c4e5bc9c17f (diff)
actually nothing
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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 "";
}