🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-07-24 12:17:59 +02:00
parent c1dd87d94e
commit 8982e72969
5 changed files with 663 additions and 10 deletions

View File

@ -1,3 +1,5 @@
set dotenv-load
@default: @default:
just -l just -l

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751271578, "lastModified": 1753250450,
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=", "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df", "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -33,18 +33,20 @@
nixd nixd
nixfmt-rfc-style nixfmt-rfc-style
solc
vscode-solidity-server
typescript-language-server typescript-language-server
nodejs_22 nodejs_22
pnpm pnpm
just just
]; ];
shellHook = '' shellHook = ''
if [ ! -d node_modules/ ]; then if [ ! -d node_modules/ ]; then
echo Installing node env echo Installing node env
pnpm install pnpm install
fi fi
export PATH+=:$(pwd)/node_modules/.bin export PATH+=:$(pwd)/node_modules/.bin
echo entering ft_trans env echo entering ft_trans env
''; '';
}; };
} }

View File

@ -10,7 +10,8 @@
"fastify": "^5.4.0", "fastify": "^5.4.0",
"fastify-cli": "^7.4.0", "fastify-cli": "^7.4.0",
"google-auth-library": "^10.1.0", "google-auth-library": "^10.1.0",
"prom-client": "^15.1.3" "prom-client": "^15.1.3",
"solhint": "^6.0.0"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {

648
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff