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 = (
|
||||
path:
|
||||
nixpkgs-stable.lib.nixosSystem {
|
||||
inherit system;
|
||||
system = builtins.replaceStrings ["darwin"] ["linux"] system;
|
||||
modules = [
|
||||
{
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation.host.pkgs = pkgs-stable;
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
self.overlays.releasefast
|
||||
];
|
||||
|
Reference in New Issue
Block a user