mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
feat: minor change to flake
This commit is contained in:
parent
1ed3051f45
commit
c651c4e148
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "node `${pkgs.nodejs_20}/bin/node --version`"
|
echo "node: `${nodejs_20}/bin/node --version`"
|
||||||
|
echo "npm: `${nodejs_20}/bin/npm --version`"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue