Skip to content

Commit

Permalink
readme: make nix default build system as the bazel build still has so…
Browse files Browse the repository at this point in the history
…me problems

E.g. linking of libz3.so on linux and graal builds of checker and scheduler on MacOS.
  • Loading branch information
symbiont-stevan-andjelkovic committed Mar 17, 2021
1 parent ff429e1 commit 3c5059c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ simple distributed register example:
0. Install [`nix`](https://nixos.org/download.html#nix-quick-install);
1. Clone this repository;
2. `cd` into the repository;
3. Issue `nix-shell --command 'bazel build //...'` to compile all binaries;
3. Issue `nix-build` to compile all binaries;
4. Run `nix-env -if default.nix` to package up and install all binaries;
5. Prepare the database with `detsys db up`;
6. Start the scheduler component with `detsys scheduler up`.
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ sources ? import ./nix/sources.nix
, pkgs ? import sources.nixpkgs {}
, nix-build-all ? false
, nix-build-all ? true
, nix-build-checker ? false
, nix-build-cli ? false
, nix-build-db ? false
Expand Down

0 comments on commit 3c5059c

Please sign in to comment.