From 9845a998632e1d9c65640a852e154b89911a9f4d Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 12 Oct 2022 19:04:51 +0200 Subject: [PATCH] flake.nix: switch input back to nixos-unstable now that fix PRs have landed --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c197975..5932ac6 100644 --- a/flake.nix +++ b/flake.nix @@ -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 }: