We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6604e commit 8eb78ecCopy full SHA for 8eb78ec
home/sme/shared/packages.nix
@@ -26,7 +26,6 @@ with tflint-plugins;
26
claude-code
27
cmake
28
coder
29
- csharpier
30
cspell
31
csvkit
32
@@ -35,7 +34,6 @@ with tflint-plugins;
35
34
dig
36
direnv
37
dockfmt
38
- dotnet-sdk
39
40
editorconfig-checker
41
editorconfig-core-c
@@ -158,6 +156,8 @@ with tflint-plugins;
158
156
# Linux-specific packages
159
157
++ lib.optionals stdenv.isLinux [
160
coreutils
+ csharpier
+ dotnet-sdk
161
gcc # Linux uses gcc; macOS uses clang
162
glibcLocales
163
graphviz-nox # graphviz without X dependencies
0 commit comments