Remove custom zeditor flake

This commit is contained in:
Greg Hellings
2025-07-29 23:13:40 -05:00
parent 6761cb32f2
commit ae1c1260d2
2 changed files with 1 additions and 63 deletions
-7
View File
@@ -50,10 +50,6 @@
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixunstable";
};
zed = {
url = "github:HPsaucii/zed-editor-flake";
inputs.nixpkgs.follows = "nixunstable";
};
};
outputs =
@@ -66,9 +62,6 @@
inherit self top;
pkgs = prev;
})
// {
zed-editor = top.zed.packages."${prev.stdenv.hostPlatform.system}".zed-editor;
}
);
overlays = [
top.agenix.overlays.default