mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
flake.nix: Fix indent
This commit is contained in:
parent
5b809f9e0e
commit
d2f9a081b8
1 changed files with 4 additions and 5 deletions
|
|
@ -651,8 +651,7 @@
|
|||
nixpkgsFor.${system}.lib.nameValuePair
|
||||
"nix-${stdenvName}"
|
||||
nixpkgsFor.${system}."${stdenvName}Packages".nix
|
||||
) stdenvs))
|
||||
);
|
||||
) stdenvs)));
|
||||
|
||||
defaultPackage = forAllSystems (system: self.packages.${system}.nix);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue