wfvm/win: replace libguestfs with guestfs-tools

tools like virt-make-fs have been split off into a separate package.
This commit is contained in:
2022-10-11 00:10:58 +02:00
parent c124cfc5dc
commit 4f7aef8788
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
description = "WFVM: Windows Functional Virtual Machine";
inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:astro/nixpkgs/guestfs-tools";
};
outputs = { self, nixpkgs }: