mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「✨」 feat: updated flake to have lsp inside
This commit is contained in:
13
flake.nix
13
flake.nix
@ -54,13 +54,18 @@
|
||||
devShells = forEachSupportedSystem (
|
||||
{ pkgs }:
|
||||
{
|
||||
default = pkgs.mkShell.override { } {
|
||||
buildInputs = with pkgs; [
|
||||
];
|
||||
default = pkgs.mkShell {
|
||||
hardeningDisable = [ "all" ];
|
||||
packages = with pkgs; [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
llvmPackages_12.clang-tools
|
||||
gcc11
|
||||
clang_12
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
];
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
norminette
|
||||
valgrind
|
||||
git
|
||||
|
Reference in New Issue
Block a user