osquery: do not rebuild at each nixpkgs commit

This commit is contained in:
Symphorien Gibol 2018-08-07 02:43:40 +02:00
parent d1ae60cbad
commit a85fedab2e

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
# this is what `osquery --help` will show as the version.
OSQUERY_BUILD_VERSION = version;
OSQUERY_PLATFORM = "nixos;${stdenv.lib.version}";
OSQUERY_PLATFORM = "NixOS;";
src = fetchFromGitHub {
owner = "facebook";