Skip to content

Commit

Permalink
overlays/lldb: remove and move lldb to master
Browse files Browse the repository at this point in the history
Merged, so we don't need a specific input for it.
  • Loading branch information
khaneliman committed Jan 19, 2025
1 parent dd28dee commit 0c3b646
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
23 changes: 3 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# Nixpkgs overlays
nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs-vim.url = "github:khaneliman/nixpkgs/vim";
nixpkgs-lldb.url = "github:paparodeo/nixpkgs/lldb-fixes";
};

outputs =
Expand Down
8 changes: 0 additions & 8 deletions overlays/lldb.nix

This file was deleted.

4 changes: 4 additions & 0 deletions overlays/nixpkgs-master.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
specialArgs: _self: super: {
inherit (specialArgs.flake.inputs.nixpkgs-master.legacyPackages.${super.stdenv.system})
llvmPackages_14
llvmPackages_15
llvmPackages_16
llvmPackages_17
ruff
tree-sitter
;
Expand Down

0 comments on commit 0c3b646

Please sign in to comment.