4 lines
104 B
Nix
4 lines
104 B
Nix
{ pkgs ? import <nixpkgs> { overlays = [ (import ./overlay.nix) ]; } }:
|
|
qemu = pkgs.patched-qemu;
|
|
}
|