home/exa: update exa package
This commit is contained in:
parent
6c39586169
commit
314d9afd5c
3 changed files with 1 additions and 7 deletions
|
@ -6,7 +6,7 @@ let
|
|||
cfg = config.progs.exa;
|
||||
zsh = config.shell.zsh;
|
||||
|
||||
exaPackage = pkgs.exa-minimal;
|
||||
exaPackage = pkgs.exa.override { gitSupport = false; };
|
||||
defaultArgs = "--icons --classify";
|
||||
bin = "${exaPackage}/bin/exa ${defaultArgs}";
|
||||
in
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
(import ./himalaya.nix)
|
||||
(import ./pass.nix)
|
||||
(import ./exa.nix)
|
||||
]
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
final: prev: {
|
||||
exa-minimal = prev.exa.overrideAttrs (oldAttrs: {
|
||||
cargoBuildNoDefaultFeatures = true;
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue