mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 20:42:53 +02:00
「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
14
flake.nix
14
flake.nix
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user