X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/69619e0bcd198291d2e4f7a72ccd87d61a8d0bc9..efbc4a2f086357b034112908fb29f8d3bfe4875b:/flake.nix diff --git a/flake.nix b/flake.nix index 355702e..ddce3f9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,10 @@ { + inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; outputs = { self, nixpkgs, }: let inherit (nixpkgs.lib) genAttrs; - systems = nixpkgs.lib.systems.supported.tier1; + systems = import ./lib/tier1.nix nixpkgs; forAllSystems = genAttrs systems;