|
|
@ -1,7 +1,7 @@
|
|
|
|
with import <nixpkgs> {};
|
|
|
|
with import <nixpkgs> {};
|
|
|
|
|
|
|
|
|
|
|
|
buildGoModule {
|
|
|
|
buildGoModule {
|
|
|
|
name = "systemd-vault";
|
|
|
|
name = "systemd-vaultd";
|
|
|
|
src = ./.;
|
|
|
|
src = ./.;
|
|
|
|
vendorSha256 = null;
|
|
|
|
vendorSha256 = null;
|
|
|
|
checkInputs = [
|
|
|
|
checkInputs = [
|
|
|
@ -11,7 +11,7 @@ buildGoModule {
|
|
|
|
];
|
|
|
|
];
|
|
|
|
meta = with lib; {
|
|
|
|
meta = with lib; {
|
|
|
|
description = "A proxy for secrets between systemd services and vault";
|
|
|
|
description = "A proxy for secrets between systemd services and vault";
|
|
|
|
homepage = "https://github.com/numtide/systemd-vault";
|
|
|
|
homepage = "https://github.com/numtide/systemd-vaultd";
|
|
|
|
license = licenses.mit;
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = with maintainers; [ mic92 ];
|
|
|
|
maintainers = with maintainers; [ mic92 ];
|
|
|
|
platforms = platforms.unix;
|
|
|
|
platforms = platforms.unix;
|
|
|
|