From 2ee3a0116ebe19a005c352a8c810fed55fec4b19 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Feb 2026 15:16:55 +0100 Subject: [PATCH] flake, move testvm to nixosconfigurations lkey --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d5a4aa42b..5182ef624 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ ) // { nixosModules.default = import ./nix/modules/default self; - testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; }; + nixosConfigurations.testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; }; checks = let pkgs = import nixpkgs { system = "x86_64-linux"; };