mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
flake
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"ui": "tui",
|
||||
"globalPassThroughEnv": ["NIX_*", "ANDROID_*", "SSL_CERT_FILE"],
|
||||
"tasks": {
|
||||
// Defaults
|
||||
"fmt": { "with": ["//#fmt:root"] },
|
||||
@@ -31,7 +32,7 @@
|
||||
"clean": { "cache": false, "dependsOn": ["^clean"] },
|
||||
// Root tasks overrides
|
||||
"//#fmt:root": {
|
||||
"with": ["fmt:root:nix"],
|
||||
"with": ["fmt:root:nix"],
|
||||
},
|
||||
"//#fmt:root:nix": {},
|
||||
"//#fmt:check:root:nix": {},
|
||||
|
||||
Reference in New Issue
Block a user