Skip to content

Commit 8eb78ec

Browse files
committed
Move dotnet stuff to linux only
not used or needed on macOS
1 parent 6e6604e commit 8eb78ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/sme/shared/packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ with tflint-plugins;
2626
claude-code
2727
cmake
2828
coder
29-
csharpier
3029
cspell
3130
csvkit
3231

@@ -35,7 +34,6 @@ with tflint-plugins;
3534
dig
3635
direnv
3736
dockfmt
38-
dotnet-sdk
3937

4038
editorconfig-checker
4139
editorconfig-core-c
@@ -158,6 +156,8 @@ with tflint-plugins;
158156
# Linux-specific packages
159157
++ lib.optionals stdenv.isLinux [
160158
coreutils
159+
csharpier
160+
dotnet-sdk
161161
gcc # Linux uses gcc; macOS uses clang
162162
glibcLocales
163163
graphviz-nox # graphviz without X dependencies

0 commit comments

Comments
 (0)