taps: wip: init

This commit is contained in:
Else, Someone 2026-01-15 08:24:08 +02:00 committed by Else Someone
parent db5f9a1ac8
commit 8bbafe0f0a
6 changed files with 309 additions and 0 deletions

10
shell.nix Normal file
View file

@ -0,0 +1,10 @@
with import <nixpkgs> { };
mkShell.override { stdenv = stdenvNoCC; } {
packages = map lib.getBin [
cloud-hypervisor
virtiofsd
crosvm # virtio-gpu
npins
];
}