Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

add withAllSystems, systems, system #3

Merged
merged 3 commits into from
Sep 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
PedroHLC committed Sep 28, 2023
commit bf4df63acb44c260c441518f029c2bafe74186e0
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
allSystems = support importedSystems;
systems = support;
system = target: support [ target ];

allLinux = support linuxes;
allDarwin = support darwins;

Expand Down