Skip to content

Commit 25bf98d

Browse files
committed
chore: enable for all systems
1 parent 9e45e98 commit 25bf98d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
};
3131
in
3232
flake-parts.lib.mkFlake {inherit inputs;} {
33-
systems = [
34-
"x86_64-linux"
35-
"x86_64-darwin"
36-
"aarch64-darwin"
37-
];
33+
systems = builtins.attrNames nixpkgs.legacyPackages;
3834
perSystem = {
3935
config,
4036
self',

0 commit comments

Comments
 (0)