added git package
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
{
|
{
|
||||||
nixosConfigurations.lxc = nixosSystem {
|
nixosConfigurations.lxc = nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
packages = with args.nixpkgs.legacyPackages.x86_64-linux; [
|
||||||
|
git
|
||||||
|
];
|
||||||
# specialArgs = {
|
# specialArgs = {
|
||||||
# inherit systemSettings;
|
# inherit systemSettings;
|
||||||
# inherit userSettings;
|
# inherit userSettings;
|
||||||
|
|||||||
Reference in New Issue
Block a user