action attic image
This commit is contained in:
parent
64a3352bbf
commit
63f25c211a
1 changed files with 21 additions and 0 deletions
21
images/action-attic/default.nix
Normal file
21
images/action-attic/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
docker-nixpkgs,
|
||||||
|
pkgs,
|
||||||
|
attic-client,
|
||||||
|
nodejs_24,
|
||||||
|
nix-fast-build,
|
||||||
|
}:
|
||||||
|
(docker-nixpkgs.nix.override {
|
||||||
|
nix = pkgs.nixVersions.latest;
|
||||||
|
|
||||||
|
extraContents = [
|
||||||
|
attic-client
|
||||||
|
nodejs_24
|
||||||
|
nix-fast-build
|
||||||
|
];
|
||||||
|
}).overrideAttrs
|
||||||
|
(prev: {
|
||||||
|
meta = (prev.meta or { }) // {
|
||||||
|
description = "Forgejo action image, with Nix and Attic client";
|
||||||
|
};
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue