Meta: Remove SerenityOS components not needed for Ladybird

This commit is contained in:
Andrew Kaster
2024-05-30 13:19:35 -06:00
committed by Andreas Kling
parent 44bb6e8390
commit dd1fbd3513
5633 changed files with 5 additions and 526322 deletions

View File

@@ -1,5 +1,5 @@
{
description = "Serenity";
description = "Ladybird";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -9,7 +9,6 @@
outputs = { self, nixpkgs, utils, }: utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs { inherit system; };
in {
devShells.default = import ./Toolchain { inherit pkgs; };
devShells.ladybird = import ./Ladybird { inherit pkgs; };
devShells.default = import ./Ladybird { inherit pkgs; };
});
}