mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
enable git on all hosts
This commit is contained in:
parent
4e8cc1f6a2
commit
88e10eb230
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ _: {
|
||||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
|
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.git.enable = true;
|
||||||
environment.defaultPackages = lib.mkForce (builtins.attrValues {
|
environment.defaultPackages = lib.mkForce (builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue