Loading pkgs/tools/virtualization/mkosi/default.nix +7 −14 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub, stdenv, python, systemd, pandoc, kmod, Loading @@ -16,13 +16,6 @@ replaceVars, udevCheckHook, # Python packages setuptools, setuptools-scm, wheel, buildPythonApplication, pytestCheckHook, # Optional dependencies withQemu ? false, qemu, Loading @@ -46,7 +39,7 @@ let withKernelInstall = true; }; pythonWithPefile = python.withPackages (ps: [ ps.pefile ]); pythonWithPefile = python3Packages.python.withPackages (ps: [ ps.pefile ]); deps = [ bash Loading @@ -63,7 +56,7 @@ let qemu ]; in buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "mkosi"; version = "25.3-unstable-2025-04-01"; format = "pyproject"; Loading Loading @@ -106,9 +99,9 @@ buildPythonApplication rec { nativeBuildInputs = [ pandoc setuptools setuptools-scm wheel python3Packages.setuptools python3Packages.setuptools-scm python3Packages.wheel udevCheckHook ]; Loading @@ -119,7 +112,7 @@ buildPythonApplication rec { ''; checkInputs = [ pytestCheckHook python3Packages.pytestCheckHook ]; postInstall = '' Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ with pkgs; }; }; mkosi = python3Packages.callPackage ../tools/virtualization/mkosi { inherit systemd; }; mkosi = callPackage ../tools/virtualization/mkosi { }; mkosi-full = mkosi.override { withQemu = true; }; Loading Loading
pkgs/tools/virtualization/mkosi/default.nix +7 −14 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub, stdenv, python, systemd, pandoc, kmod, Loading @@ -16,13 +16,6 @@ replaceVars, udevCheckHook, # Python packages setuptools, setuptools-scm, wheel, buildPythonApplication, pytestCheckHook, # Optional dependencies withQemu ? false, qemu, Loading @@ -46,7 +39,7 @@ let withKernelInstall = true; }; pythonWithPefile = python.withPackages (ps: [ ps.pefile ]); pythonWithPefile = python3Packages.python.withPackages (ps: [ ps.pefile ]); deps = [ bash Loading @@ -63,7 +56,7 @@ let qemu ]; in buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "mkosi"; version = "25.3-unstable-2025-04-01"; format = "pyproject"; Loading Loading @@ -106,9 +99,9 @@ buildPythonApplication rec { nativeBuildInputs = [ pandoc setuptools setuptools-scm wheel python3Packages.setuptools python3Packages.setuptools-scm python3Packages.wheel udevCheckHook ]; Loading @@ -119,7 +112,7 @@ buildPythonApplication rec { ''; checkInputs = [ pytestCheckHook python3Packages.pytestCheckHook ]; postInstall = '' Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ with pkgs; }; }; mkosi = python3Packages.callPackage ../tools/virtualization/mkosi { inherit systemd; }; mkosi = callPackage ../tools/virtualization/mkosi { }; mkosi-full = mkosi.override { withQemu = true; }; Loading