flake.nix: switch input back to nixos-unstable now that fix PRs have landed

debug
Astro 2022-10-12 19:04:51 +02:00
parent 4f7aef8788
commit 9845a99863
1 changed files with 1 additions and 2 deletions

View File

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