Skip to content

Commit

Permalink
flake.nix: formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 3, 2025
1 parent 0d80742 commit 2ea809c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@

systems = {
modules = {
darwin = with inputs; [ sops-nix.darwinModules.sops ];
darwin = with inputs; [
sops-nix.darwinModules.sops
];
nixos = with inputs; [
disko.nixosModules.disko
lanzaboote.nixosModules.lanzaboote
Expand Down

0 comments on commit 2ea809c

Please sign in to comment.