File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 {
2525 default = pkgs . mkShell {
2626 packages = with pkgs ; [
27+ # formatters & linters
2728 actionlint
2829 bash-language-server
2930 beautysh
31+ clang-tools
3032 deadnix
3133 dockerfile-language-server-nodejs
3234 marksman
4042 yaml-language-server
4143 zls
4244
45+ # compilers & runtimes
4346 clang
44- clang-tools
4547 gcc
46- lldb
4748 nodejs
4849 python3
50+ stdenv . cc . cc
51+ zig
4952
53+ # dev tools
5054 fastfetch
55+ gdb
5156 gnumake
57+ lldb
5258 treefmt
53- zig
5459 ] ;
5560
5661 shellHook = ''
57- cat .ascii-art.txt | fastfetch --raw - --logo-width 15 --logo-height 7 --logo-padding-right 25 --logo-padding-top 10
62+ export LD_LIBRARY_PATH="${ pkgs . stdenv . cc . cc . lib } /lib:$LD_LIBRARY_PATH"
63+ cat .ascii-art.txt | fastfetch --raw - --logo-width 15 --logo-height 7 --logo-padding-right 25 --logo-padding-top 10
5864 '' ;
65+
5966 } ;
6067 }
6168 ) ;
You can’t perform that action at this time.
0 commit comments