Update devshell.nix
This commit is contained in:
+8
-1
@@ -1,9 +1,16 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
nixfmt
|
||||||
|
deno
|
||||||
|
git
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
];
|
];
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
pkg-config
|
||||||
|
openssl
|
||||||
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "dev-shell-loaded"
|
echo "dev-shell-loaded"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user