initial macos

This commit is contained in:
Zach Russell 2026-03-20 11:00:06 -06:00
commit 29d0edda30
33 changed files with 1687 additions and 12 deletions

View file

@ -33,7 +33,6 @@
_module.args.pkgs = import nixpkgs {
inherit system;
config = {
permittedInsecurePackages = [ "olm-3.2.16" ];
android_sdk.accept_license = true;
allowUnfree = true;
};
@ -43,7 +42,6 @@
let
packages = with pkgs; [
go
olm
git
];