diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-12 15:52:46 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-12 15:55:11 +0300 |
| commit | 781f014eb86f7e7dc05e660d427d54eabde3d2c0 (patch) | |
| tree | 838364368d72703a735c3beae23d1f2d50ba9d1a /vmtest/vmtest.nix | |
| parent | f891020ddf6b9c2137cc29c023dbdab4a4b46669 (diff) | |
Added test script
Diffstat (limited to 'vmtest/vmtest.nix')
| -rw-r--r-- | vmtest/vmtest.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vmtest/vmtest.nix b/vmtest/vmtest.nix new file mode 100644 index 0000000..d94b0e8 --- /dev/null +++ b/vmtest/vmtest.nix @@ -0,0 +1,8 @@ +{ pkgs ? import <nixpkgs> {} }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + grub2 + qemu + ]; +} |
