Skip to content

Commit

Permalink
Merge pull request #180 from yfyf/unpropagate-ocaml-deps
Browse files Browse the repository at this point in the history
Move all controller deps to buildInputs, remove utop, nodejs
  • Loading branch information
knuton committed Sep 24, 2024
2 parents a9e2269 + 41bca5f commit b9f37e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions controller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ ocamlPackages.buildDunePackage rec {
];

buildInputs = with ocamlPackages; [
nodejs
utop
];

propagatedBuildInputs = with ocamlPackages; [
opium
ocaml_lwt
logs
Expand Down
1 change: 0 additions & 1 deletion controller/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ pkgs.mkShell {
packages =
playos-controller.buildInputs
++ playos-controller.nativeBuildInputs
++ playos-controller.propagatedBuildInputs
++ [ pkgs.watchexec ];
}

0 comments on commit b9f37e1

Please sign in to comment.