mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
bup: enable Hydra builds
This commit is contained in:
parent
a5606a1d9a
commit
06d02090d2
@ -52,5 +52,8 @@ stdenv.mkDerivation {
|
|||||||
Highly efficient file backup system based on the git packfile format.
|
Highly efficient file backup system based on the git packfile format.
|
||||||
Capable of doing *fast* incremental backups of virtual machine images.
|
Capable of doing *fast* incremental backups of virtual machine images.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user