Skip to content

Commit 46cd210

Browse files
committed
Remove unnecessary TMPDIR setup
1 parent 06f74d0 commit 46cd210

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
8080
'';
8181

8282
checkPhase = ''
83-
TMPDIR="$(realpath ./tmp)"
84-
mkdir -p "$TMPDIR"
8583
export PLUGIN_DIR="$TMPDIR/${name}"
8684
mkdir -p "$PLUGIN_DIR"
8785
cd "$PLUGIN_DIR"

0 commit comments

Comments
 (0)