Skip to content

Commit

Permalink
Set target build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyNaumchuk committed Jul 18, 2024
1 parent 76091ba commit 68db16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let
rustPkgs = pkgs.rustBuilder.makePackageSet {
rustVersion = "1.78.0";
packageFun = import ./Cargo.nix;
target = "x86_64-unknown-linux-musl";
# localPatterns = [
# ''^(src|tests|templates||include|)(/.*)?''
# ''[^/]*\.(rs|toml|sql|h)$''
Expand Down

0 comments on commit 68db16c

Please sign in to comment.