Skip to content

Commit 9331bda

Browse files
committed
temp: remove all ocaml stuff from nix shell
1 parent 6bdb186 commit 9331bda

File tree

1 file changed

+36
-23
lines changed

1 file changed

+36
-23
lines changed

nix/shell.nix

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,51 @@ with ocamlPackages; let
1515
};
1616
in
1717
mkShell {
18-
inputsFrom = [deku tuna];
18+
# inputsFrom = [deku tuna];
1919
shellHook = ''
2020
export RUST_SRC_PATH="${rust-src}"
2121
'';
2222
packages = [
23-
# Formatters
24-
alejandra
25-
ocamlformat
26-
nodePackages.prettier
27-
rustfmt
23+
# Rust gameboy deps
24+
pkg-config
25+
cargo
26+
rustc
27+
libiconv
28+
xorg.libX11
29+
xorg.libXcursor
30+
xorg.libXrandr
31+
xorg.libXi
32+
xorg.libXext
33+
libGLU
34+
alsa-lib
2835

29-
rust-analyzer
36+
# # Formatters
37+
# alejandra
38+
# ocamlformat
39+
# nodePackages.prettier
40+
# rustfmt
3041

31-
# Typescript for decookie
32-
nodePackages.typescript
42+
# rust-analyzer
3343

34-
# Tezos tooling
35-
ligo
44+
# # Typescript for decookie
45+
# nodePackages.typescript
3646

37-
# OCaml developer tooling
38-
ocaml
39-
dune_3
40-
ocaml-lsp
41-
ocamlformat-rpc
42-
utop
47+
# # Tezos tooling
48+
# ligo
4349

44-
# deployment
45-
deploy-rs
50+
# # OCaml developer tooling
51+
# ocaml
52+
# dune_3
53+
# ocaml-lsp
54+
# ocamlformat-rpc
55+
# utop
4656

47-
# helpful tooling
48-
bc
49-
sqlite
50-
termdbms
57+
# # deployment
58+
# deploy-rs
59+
60+
# # helpful tooling
61+
# bc
62+
# sqlite
63+
# termdbms
5164
];
5265
}

0 commit comments

Comments
 (0)