Skip to content

Commit

Permalink
Merge pull request #9 from pyrotelekinetic/style-fix
Browse files Browse the repository at this point in the history
Improve style in flake.nix
  • Loading branch information
viperML authored Nov 6, 2023
2 parents d0f2277 + dc72660 commit 34316bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,9 @@
.build
.packages);

packages = forAllSystems (pkgs:
{
}
// doc.${pkgs.system}.packages);
packages = forAllSystems (pkgs: doc.${pkgs.system}.packages);

devShells = forAllSystems (pkgs:
{
}
// doc.${pkgs.system}.devShells);
devShells = forAllSystems (pkgs: doc.${pkgs.system}.devShells);

legacyPackages = forAllSystems (
pkgs:
Expand Down

0 comments on commit 34316bc

Please sign in to comment.