We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c2cbd commit 0ba7d77Copy full SHA for 0ba7d77
Makefile
@@ -3,9 +3,7 @@
3
# Default target
4
all: format check test
5
6
-# Check for syntax errors
7
# Detect if we are already inside a Nix shell
8
-# Check for syntax errors should rely on global NIX_PREFIX
9
ifeq (,$(IN_NIX_SHELL))
10
NIX_PREFIX := nix develop .#ci -c
11
else
0 commit comments