summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hyperv-daemons
Commit message (Collapse)AuthorAge
* linuxPackages.hyperv-daemons: add path conditions for kvp and vssNaïm Favier2022-12-04
|
* hyperv-daemons: use python3 for kernels that support itajs1242021-07-13
| | | | | Support for python3 was added in https://github.com/torvalds/linux/commit/8a99c920092f444cf9f1d737ae76527102886d8e it is therefore supported in every kernel including and after 4.19
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* hyperv-daemons: fix binary location to stop error log spamPeter Hoeg2019-09-24
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* hyperv-daemons: init at current linux kernel versionPeter Hoeg2018-01-04
|
* Revert "hyperv-daemons: init at current linux kernel version"Peter Hoeg2017-10-14
| | | | This reverts commit 51f1c635e679fdadead32e5aec464b28c254d099.
* hyperv-daemons: init at current linux kernel versionPeter Hoeg2017-10-14