mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/tests/wireguard: tie kernel version to test to default (#338632)
This commit is contained in:
commit
9ac9a9c2f5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{ system ? builtins.currentSystem
|
||||
, config ? { }
|
||||
, pkgs ? import ../../.. { inherit system config; }
|
||||
, kernelVersionsToTest ? [ "5.4" "latest" ]
|
||||
# Test current default (LTS) and latest kernel
|
||||
, kernelVersionsToTest ? [ (pkgs.lib.versions.majorMinor pkgs.linuxPackages.kernel.version) "latest" ]
|
||||
}:
|
||||
|
||||
with pkgs.lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue