mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
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";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user