Skip to content

Commit 38ee685

Browse files
committed
Add apps attributes
1 parent 23e5eeb commit 38ee685

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

flake.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
})
3434
];
3535
};
36+
apps = {
37+
vm = {
38+
type = "app";
39+
program = "${config.packages.vm}/bin/run-nixos-vm";
40+
};
41+
vm-containered = {
42+
type = "app";
43+
program = "${config.packages.vm-containered}/bin/run-nixos-vm";
44+
};
45+
};
3646
};
3747
};
3848
}

0 commit comments

Comments
 (0)