add new apple system

This commit is contained in:
Osman Faruk Bayram 2025-07-26 20:00:55 +03:00
parent 43faec87e8
commit e62c09fe24

View file

@ -55,6 +55,7 @@
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);
makePkgs = system: import nixpkgs { inherit system; };