Skip to content

Commit

Permalink
test(clean): remove unused build input
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed Jul 13, 2024
1 parent dfe38fa commit 842ed31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ in
clean = myLib.mkTypstDerivation {
src = myLib.cleanTypstSource ./clean;
EXPECTED_SRC = ./clean-expected;
nativeBuildInputs = with pkgs; [
tree
];
buildPhaseTypstCommand = ''
diff -r "$src" "$EXPECTED_SRC"
touch $out
Expand Down

0 comments on commit 842ed31

Please sign in to comment.