Skip to content

Commit 2ee3a01

Browse files
flake, move testvm to nixosconfigurations lkey
1 parent c2734d1 commit 2ee3a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
)
102102
// {
103103
nixosModules.default = import ./nix/modules/default self;
104-
testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
104+
nixosConfigurations.testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
105105
checks =
106106
let
107107
pkgs = import nixpkgs { system = "x86_64-linux"; };

0 commit comments

Comments
 (0)