Skip to content

Commit

Permalink
nix: default to building with bazel on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Apr 8, 2021
1 parent df03dcd commit 0b0f69f
Showing 1 changed file with 1 addition and 1 deletion.
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 ? true
, nix-build-all ? pkgs.stdenv.isDarwin
, nix-build-checker ? false
, nix-build-cli ? false
, nix-build-db ? false
Expand Down

0 comments on commit 0b0f69f

Please sign in to comment.