wow
Some checks failed
CI / check (push) Failing after 2s
CI / list-packages (push) Failing after 2s

This commit is contained in:
암냥 2026-05-26 09:24:30 +09:00
commit c293ad4c67
2 changed files with 41 additions and 26 deletions

View file

@ -7,7 +7,11 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
system = [
"x86_64-linux"
"aarch64-darwin"
"x86_64-darwin"
];
# Overlay 정의
overlay = final: prev: {