This commit is contained in:
Michael 2024-02-18 17:07:33 +00:00
parent 793ce0c8db
commit 9ea49149a6

View File

@ -1,5 +1,3 @@
{ ... }:
let
pkgs = import <nixpkgs> { overlays = [ (import ./overlay.nix) ];
in
{ pkgs ? import <nixpkgs> { overlays = [ (import ./overlay.nix) ]; } }:
qemu = pkgs.patched-qemu;
}