parent
96c221d72c
commit
9a5876396f
1 changed files with 10 additions and 0 deletions
10
images/attic/default.nix
Normal file
10
images/attic/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ docker-nixpkgs
|
||||||
|
, attic-client
|
||||||
|
}:
|
||||||
|
(docker-nixpkgs.nix.override {
|
||||||
|
extraContents = [ attic-client ];
|
||||||
|
}).overrideAttrs (prev: {
|
||||||
|
meta = (prev.meta or { }) // {
|
||||||
|
description = "Nix and Attic client image";
|
||||||
|
};
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue