Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 13, 2025
1 parent 10702c1 commit 97ee4b6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,7 @@
snappy.dev
];

src = with pkgs.lib.fileset; toSource {
root = ./.;
fileset = unions [
./Cargo.lock
./Cargo.toml
./core
./prover
./zkstack_cli
./.github/release-please/manifest.json
];
};
src = ./core/.;

env = {
OPENSSL_NO_VENDOR = "1";
Expand Down

0 comments on commit 97ee4b6

Please sign in to comment.