Refactor
This commit is contained in:
parent
16355d8cde
commit
fbd7c1866f
4 changed files with 26 additions and 24 deletions
|
@ -1,7 +1,9 @@
|
|||
{ lib, pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
bun
|
||||
eslint_d
|
||||
nodejs
|
||||
|
@ -11,6 +13,6 @@ pkgs.mkShell {
|
|||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "nodejs $(${lib.getExe pkgs.nodejs} --version)"
|
||||
echo "nodejs $(${lib.getExe nodejs} --version)"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue