Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit 1d8cf44

Browse files
committed
style: formatting
1 parent ebff047 commit 1d8cf44

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

Bakefile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# shellcheck shell=bash
33

44
task.build() {
5-
nimble build dotfox
5+
nimble build dotfox "$@"
66
}
77

88
task.run() {
9-
nimble run dotfox
9+
nimble run dotfox "$@"
1010
}

bake

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fox.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

foxxy.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
ecosystem = 'nim'
3+
form = 'app'
4+
for = 'anyone'
5+
status = 'dogfooding'
6+
7+
[discovery]
8+
categories = []
9+
tags = []

0 commit comments

Comments
 (0)