This website requires JavaScript.
Explore
Help
Sign In
michael
/
qemu-test
Watch
1
Star
0
Fork
0
You've already forked qemu-test
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ea49149a6
qemu-test
/
release.nix
4 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
fixed
2024-02-18 17:07:33 +00:00
{
pkgs
?
import
<nixpkgs>
{
overlays
=
[
(
import
./overlay.nix
)
]
;
}
}:
patched
2024-02-18 16:57:45 +00:00
qemu
=
pkgs
.
patched-qemu
;
fixed
2024-02-18 17:07:33 +00:00
}
Reference in New Issue
Copy Permalink