Merge pull request #44585 from symphorien/osquery-platform

osquery: do not rebuild at each nixpkgs commit

authored by

Silvan Mosberger and committed by
GitHub
593fdd69 308d7809

+1 -1
+1 -1
pkgs/tools/system/osquery/default.nix
··· 24 24 25 25 # this is what `osquery --help` will show as the version. 26 26 OSQUERY_BUILD_VERSION = version; 27 - OSQUERY_PLATFORM = "nixos;${stdenv.lib.version}"; 27 + OSQUERY_PLATFORM = "NixOS;"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "facebook";