Skip to content

Commit

Permalink
Tidy flake
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 29, 2023
1 parent 11af9fa commit 41dc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"aarch64-darwin"
"aarch64-linux"
];
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
forAllSystems = nixpkgs.lib.genAttrs systems;
in {
devShells = forAllSystems (
system: let
Expand Down

0 comments on commit 41dc543

Please sign in to comment.