nix-serve: fix meta eval
Introduced in d20a8ddea8ba2e5062734716611de142402e1bd1
This commit is contained in:
parent
160aeab22d
commit
c05271adf9
@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/edolstra/nix-serve;
|
homepage = https://github.com/edolstra/nix-serve;
|
||||||
description = "A utility for sharing a Nix store as a binary cache";
|
description = "A utility for sharing a Nix store as a binary cache";
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
license = lib.licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = nix.meta.platforms;
|
platforms = nix.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user