Loading
libvirt: Fix broken when Kernel differs b/w current- and booted-system
Libvirt checks this path + $(uname -r), which is the running Kernel. current-system does not necessarily contain the running Kernel, but booted-system does. Broken in ad78ce77, which ignored the discussion in https://github.com/NixOS/nixpkgs/pull/286330. It is still broken on non-NixOS Linux.