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 (
|
devShells = forEachSupportedSystem (
|
||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
{
|
{
|
||||||
default = pkgs.mkShell.override { } {
|
default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
|
||||||
];
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
packages = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
llvmPackages_12.clang-tools
|
||||||
gcc11
|
gcc11
|
||||||
clang_12
|
clang_12
|
||||||
|
];
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
];
|
||||||
|
packages = with pkgs; [
|
||||||
|
nixd
|
||||||
|
nixfmt-rfc-style
|
||||||
norminette
|
norminette
|
||||||
valgrind
|
valgrind
|
||||||
git
|
git
|
||||||
|
Reference in New Issue
Block a user