Skip to content

Commit

Permalink
fix(nix): add dump-json feature build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Aug 27, 2024
1 parent 87f7bd9 commit dbb2f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ in
version = manifest.version;
cargoLock.lockFile = ./Cargo.lock;
src = pkgs.lib.cleanSource ./.;
buildFeatures = [ "dump-json" ];
}
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbb2f58

Please sign in to comment.