Skip to content

Commit e34750c

Browse files
montchrblaggacao
authored andcommittedMar 30, 2022
fix: include darwin in supported systems
1 parent 133fb0c commit e34750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
(functions "lib")
277277
(functions "devshellProfiles")
278278
];
279-
systems = ["x86_64-linux"];
279+
systems = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
280280
}
281281
);
282282
}

0 commit comments

Comments
 (0)
Please sign in to comment.