fixed
This commit is contained in:
parent
9ea49149a6
commit
f24c69812e
@ -1,3 +1,6 @@
|
||||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./overlay.nix) ]; } }:
|
||||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs> { overlay = [ (import ./overlay.nix) ]; });
|
||||
in {
|
||||
qemu = pkgs.patched-qemu;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user