This commit is contained in:
Osman Faruk Bayram 2025-10-23 16:31:52 +03:00
parent d11c373450
commit d15be92800

View file

@ -15,6 +15,8 @@
"x86_64-darwin"
"aarch64-darwin"
];
# although i can only make x86_64-linux work right now
# but it should be possible to make others work in the future
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);
in
{