Skip to content

Commit 4e4126e

Browse files
committed
nix: Add sce to the dev shell tool list
1 parent ceb4c56 commit 4e4126e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
pkl
259259
typescript
260260
nodePackages.typescript-language-server
261+
scePackage
261262
]
262263
++ [ rustToolchain ];
263264

@@ -271,6 +272,7 @@
271272
echo "- tsc: $(version_of tsc)"
272273
echo "- tsserver-lsp: $(version_of typescript-language-server)"
273274
echo "- rust: $(version_of rustc)"
275+
echo "- sce: $(version_of sce)"
274276
echo "- sync-opencode-config: nix run .#sync-opencode-config"
275277
echo "- sync-opencode-config help: nix run .#sync-opencode-config -- --help"
276278
echo "- pkl-check-generated: nix run .#pkl-check-generated"

0 commit comments

Comments
 (0)