X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/efbc4a2f086357b034112908fb29f8d3bfe4875b..ab670adac1c02e93e83cd7293f49bd12f9071877:/flake.nix diff --git a/flake.nix b/flake.nix index ddce3f9..71b4bef 100644 --- a/flake.nix +++ b/flake.nix @@ -13,8 +13,8 @@ qemu-vm-isolation = import ./modules/qemu-vm-isolation.nix; }; checks = forAllSystems (system: { - mount-grep = nixpkgs.legacyPackages."${system}".nixosTest - (import ./checks/mount-grep.nix); + mount-grep = nixpkgs.lib.nixos.runTest + (import ./checks/mount-grep.nix nixpkgs.legacyPackages."${system}"); }); }; }