Replace exa with eza
Override inputs to keep number of transitive inputs small
This commit is contained in:
parent
703c86352a
commit
719c251d6e
4 changed files with 114 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
{ self
|
||||
, agenix
|
||||
, eza
|
||||
, nixpkgs
|
||||
, home-manager
|
||||
, homePage
|
||||
|
@ -10,6 +11,7 @@
|
|||
let
|
||||
more-packages = system: {
|
||||
more-packages = final: prev: {
|
||||
exa = inputs.eza.packages.${system}.default;
|
||||
recipemd = inputs.recipemd.packages.${system}.recipemd;
|
||||
jujutsu = inputs.jujutsu.packages.${system}.jujutsu;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue