Development environment with nix-shell: Difference between revisions
imported>Henrik-ch m increasing Ruby version to one that exists on pkgs |
imported>Seam345 add export for gtk XDG env variable |
||
Line 200: | Line 200: | ||
buildInputs = [ gtk3 ]; | buildInputs = [ gtk3 ]; | ||
shellHook = '' | shellHook = '' | ||
XDG_DATA_DIRS=$GSETTINGS_SCHEMA_PATH | export XDG_DATA_DIRS=$GSETTINGS_SCHEMA_PATH | ||
''; | ''; | ||
} | } |