X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/e143026408c2c00b96f43a47af0dcda3182835e4..7bd3b5bc2c943c637bee35b34a8555cb96279f49:/flake.nix diff --git a/flake.nix b/flake.nix index 355702e..757331d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ { + inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; outputs = { self, nixpkgs, }: let inherit (nixpkgs.lib) genAttrs;