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

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

View File

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

6
flake.lock generated
View File

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

View File

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

View File

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

648
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff