wow
This commit is contained in:
parent
e4841b0f8f
commit
c293ad4c67
2 changed files with 41 additions and 26 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue