X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/a91e7da80da9d5987b609a20821a08ac15805065..efbc4a2f086357b034112908fb29f8d3bfe4875b:/flake.nix diff --git a/flake.nix b/flake.nix index 757331d..ddce3f9 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ let inherit (nixpkgs.lib) genAttrs; - systems = nixpkgs.lib.systems.supported.tier1; + systems = import ./lib/tier1.nix nixpkgs; forAllSystems = genAttrs systems;