Merge pull request #44585 from symphorien/osquery-platform
osquery: do not rebuild at each nixpkgs commit
This commit is contained in:
commit
593fdd6933
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user