system/overlays/exa.nix

6 lines
126 B
Nix
Raw Normal View History

final: prev: {
exa-minimal = prev.exa.overrideAttrs (oldAttrs: {
cargoBuildFlags = [ "--no-default-features" ];
});
}