Skip to content

Commit

Permalink
setup: fix - add missing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 10, 2024
1 parent 91ec296 commit 6a0ba04
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
Expand Up @@ -4,7 +4,7 @@ let

craneLib = crane.mkLib pkgs;

rustemoFileTypes = [ ".rustemo" ".err" ".ast" ];
rustemoFileTypes = [ ".rustemo" ".err" ".ast" ".json" ".bytes" ".calc" ];
rustemoFilter = path: _type: builtins.any (ext: lib.hasSuffix ext path) rustemoFileTypes;
rustemoOrCargoFilter = path: type:
(rustemoFilter path type) || (craneLib.filterCargoSources path type);
Expand Down

0 comments on commit 6a0ba04

Please sign in to comment.