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