Skip to content

Commit

Permalink
flake.nix: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 11, 2022
1 parent 5b809f9 commit d2f9a08
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -648,11 +648,10 @@
installCheckFlags = "sysconfdir=$(out)/etc";
};
}) crossSystems)) // (builtins.listToAttrs (map (stdenvName:
nixpkgsFor.${system}.lib.nameValuePair
"nix-${stdenvName}"
nixpkgsFor.${system}."${stdenvName}Packages".nix
) stdenvs))
);
nixpkgsFor.${system}.lib.nameValuePair
"nix-${stdenvName}"
nixpkgsFor.${system}."${stdenvName}Packages".nix
) stdenvs)));

defaultPackage = forAllSystems (system: self.packages.${system}.nix);

Expand Down

0 comments on commit d2f9a08

Please sign in to comment.