taps: wip: init
This commit is contained in:
parent
20451db88c
commit
ad06eaea1c
6 changed files with 309 additions and 0 deletions
10
shell.nix
Normal file
10
shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
with import <nixpkgs> { };
|
||||
|
||||
mkShell.override { stdenv = stdenvNoCC; } {
|
||||
packages = map lib.getBin [
|
||||
cloud-hypervisor
|
||||
virtiofsd
|
||||
crosvm # virtio-gpu
|
||||
npins
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue