🏗️」 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

@ -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
'';
};
}