forked from M-Labs/wfvm
flake.nix: switch input back to nixos-unstable now that fix PRs have landed
This commit is contained in:
parent
4f7aef8788
commit
9845a99863
|
@ -2,8 +2,7 @@
|
||||||
description = "WFVM: Windows Functional Virtual Machine";
|
description = "WFVM: Windows Functional Virtual Machine";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs.url = "github:astro/nixpkgs/guestfs-tools";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|
Loading…
Reference in New Issue