mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
osquery: do not rebuild at each nixpkgs commit
This commit is contained in:
parent
d1ae60cbad
commit
a85fedab2e
@ -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