first commit
This commit is contained in:
commit
bc16ad3e50
6
release.nix
Normal file
6
release.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in {
|
||||
qemu = pkgs.qemu;
|
||||
}
|
Loading…
Reference in New Issue
Block a user