earthly: init module (#6265)

Earthly is a build configuration framework utilizing buildkit and
Dockerfile-like syntax for simplicity and fast builds.
This commit is contained in:
Hoang Nguyen 2025-02-22 07:04:35 +00:00 committed by GitHub
parent c31b4e330e
commit 2b382e499a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 86 additions and 0 deletions

View file

@ -2084,6 +2084,16 @@ in {
screen brightness based on the screen contents and amount of ambient light around you.
'';
}
{
time = "2025-02-21T16:53:20+00:00";
message = ''
A new module is available: 'programs.earthly'.
Earthly is a build configuration framework utilizing buildkit and
Dockerfile-like syntax for fast builds and simplicity.
'';
}
];
};
}