flake.nix: drop desc argument for runVM function (#10498)

This commit is contained in:
Leah Amelia Chen
2026-01-31 04:01:31 +08:00
committed by GitHub

View File

@@ -101,7 +101,7 @@
formatter = forAllPlatforms (pkgs: pkgs.alejandra);
apps = forBuildablePlatforms (pkgs: let
runVM = module: desc: let
runVM = module: let
vm = import ./nix/vm/create.nix {
inherit (pkgs.stdenv.hostPlatform) system;
inherit module nixpkgs;