mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix vm: maybe get vms working on darwin
This commit is contained in:
@ -63,9 +63,12 @@
|
|||||||
makeVM = (
|
makeVM = (
|
||||||
path:
|
path:
|
||||||
nixpkgs-stable.lib.nixosSystem {
|
nixpkgs-stable.lib.nixosSystem {
|
||||||
inherit system;
|
system = builtins.replaceStrings ["darwin"] ["linux"] system;
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
|
virtualisation.vmVariant = {
|
||||||
|
virtualisation.host.pkgs = pkgs-stable;
|
||||||
|
};
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
self.overlays.releasefast
|
self.overlays.releasefast
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user