Skip to content

Commit

Permalink
Hand pick packages from nodePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster committed Jan 4, 2022
1 parent 82e8f72 commit e6a42dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ self: super:
with super.lib;

let
nodePackages = self.callPackage ./pkgs/node-packages { };

override = {
# These packages will hide packages in the top level nixpkgs
swift = self.callPackage ./pkgs/swift { };
};
in {
replitPackages = rec {
nodePackages = self.callPackage ./pkgs/node-packages { };

# Any other packages should go in the replitPackages namespace
jdt-language-server = self.callPackage ./pkgs/jdt-language-server { };
replbox = self.callPackage ./pkgs/replbox { };
Expand Down

0 comments on commit e6a42dd

Please sign in to comment.