]> git.scottworley.com Git - nixos-qemu-vm-isolation/blobdiff - flake.nix
23.05: New way to get the list of tier1 systems
[nixos-qemu-vm-isolation] / flake.nix
index 757331ddf4927e363eb0b224bdf1e24124b8f3d4..ddce3f9f292a287d3c24b39afd0a56ecee033f7c 100644 (file)
--- 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;