mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Remove SerenityOS components not needed for Ladybird
This commit is contained in:
committed by
Andreas Kling
parent
44bb6e8390
commit
dd1fbd3513
@@ -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; };
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user