extraPackages: remove nushell

This commit is contained in:
Charlie Root 2024-09-22 19:24:35 +02:00
commit 94ce344ae7
7 changed files with 5 additions and 316 deletions

View file

@ -1,4 +1,8 @@
{inputs, inputs', ...}: {
{
inputs,
inputs',
...
}: {
# NOTE: We use flake-parts' easyOverlay module to extend our default packages with some extra packages I want to have.
#
imports = [inputs.flake-parts.flakeModules.easyOverlay];
@ -20,7 +24,6 @@
overlayAttrs = config.packages;
packages = {
nushell = import ./extraPackages/nushell {inherit inputs lib pkgs;};
fish = import ./extraPackages/fish {inherit inputs lib pkgs;};
helix = import ./extraPackages/helix-wrapped.nix {inherit inputs inputs' lib pkgs;};
};