Skip to content

Commit 0ba7d77

Browse files
style: remove redundant comments above NIX_PREFIX
Co-authored-by: ThomasK33 <[email protected]>
1 parent a5c2cbd commit 0ba7d77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
# Default target
44
all: format check test
55

6-
# Check for syntax errors
76
# Detect if we are already inside a Nix shell
8-
# Check for syntax errors should rely on global NIX_PREFIX
97
ifeq (,$(IN_NIX_SHELL))
108
NIX_PREFIX := nix develop .#ci -c
119
else

0 commit comments

Comments
 (0)