From a85fedab2ea2303cb34c7c44823c53523f508130 Mon Sep 17 00:00:00 2001 From: Symphorien Gibol Date: Tue, 7 Aug 2018 02:43:40 +0200 Subject: osquery: do not rebuild at each nixpkgs commit --- pkgs/tools/system/osquery/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/system/osquery') diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix index 5b2be75e452f8..6cdaec10868fc 100644 --- a/pkgs/tools/system/osquery/default.nix +++ b/pkgs/tools/system/osquery/default.nix @@ -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"; -- cgit 1.4.1