This commit is contained in:
gallon 2024-12-22 19:30:09 +08:00
parent c8a3e1b2d7
commit eefb27efd1

View file

@ -5,7 +5,8 @@ let
inherit (pkgs) lib;
in
pkgs.mkShell rec {
packages = [
packages =
[
pkgs.clang
pkgs.curl
pkgs.cmake