feat: Add git-absorb to dev packages
This commit is contained in:
parent
0ef0884a68
commit
18f05492b9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ in
|
|||
description = lib.mdDoc "Setup development environment for programming languages.";
|
||||
default = { };
|
||||
type = types.submodule {
|
||||
options.extraPackages = mkExtraPackagesOption "dev" [ [ "typos" ] [ "just" ] ];
|
||||
options.extraPackages = mkExtraPackagesOption "dev" [ [ "typos" ] [ "just" ] [ "git-absorb" ] ];
|
||||
options.rust = lib.mkOption {
|
||||
description = "Jalil's default rust configuration.";
|
||||
default = { };
|
||||
|
|
Loading…
Reference in a new issue