Skip to content

Commit

Permalink
{micro-full,micro-with-wl-clipboard,micro-with-xclip}: "init"
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Sep 4, 2024
1 parent c16c239 commit 7ab079f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25113,6 +25113,25 @@ with pkgs;

meteor = callPackage ../servers/meteor { };

micro-full = micro.wrapper.override {
extraPackages = [
wl-clipboard
xclip
];
};

micro-with-wl-clipboard = micro.wrapper.override {
extraPackages = [
wl-clipboard
];
};

micro-with-xclip = micro.wrapper.override {
extraPackages = [
xclip
];
};

micronaut = callPackage ../development/tools/micronaut { };

minio = callPackage ../servers/minio { };
Expand Down

0 comments on commit 7ab079f

Please sign in to comment.