Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Feb 14, 2024
1 parent b6c697d commit a3a0c98
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devenv/templates/elm/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt build
default: fmt build

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
2 changes: 1 addition & 1 deletion devenv/templates/go/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt build test
default: fmt build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
3 changes: 1 addition & 2 deletions devenv/templates/haskell/justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build:
fmt lint build test
default: fmt lint build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
2 changes: 1 addition & 1 deletion devenv/templates/nixity/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt lint build test
default: fmt lint build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
2 changes: 1 addition & 1 deletion devenv/templates/python-venv/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt lint build test
default: fmt lint build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
2 changes: 1 addition & 1 deletion devenv/templates/python/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt lint build test
default: fmt lint build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down
2 changes: 1 addition & 1 deletion devenv/templates/rust/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt lint build test
default: fmt lint build test

fmt:
find . -name "*.nix" | xargs alejandra
Expand Down

0 comments on commit a3a0c98

Please sign in to comment.