Skip to content

Commit

Permalink
flake: add source filter for kairos-contracts, nixos, kairos-prover
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Apr 3, 2024
1 parent acc3bd1 commit 0881661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
src = lib.cleanSourceWith {
src = craneLib.path ./.;
filter = path: type:
!(builtins.elem (builtins.baseNameOf path) [ "kairos-contracts" "nixos" "kairos-prover" ]) &&
# Allow static files.
(lib.hasInfix "/fixtures/" path) ||
# Default filter (from crane) for .rs files.
Expand Down

0 comments on commit 0881661

Please sign in to comment.