🎨 move to nixfmt-rfc-style
This commit is contained in:
@ -1,6 +1,14 @@
|
||||
{ self, nixpkgs, home-manager, raspberry-pi-nix, sops-nix, ... }:
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
raspberry-pi-nix,
|
||||
sops-nix,
|
||||
...
|
||||
}:
|
||||
let
|
||||
mkSystem = hostName: modules:
|
||||
mkSystem =
|
||||
hostName: modules:
|
||||
let
|
||||
hostSystem = self.hosts.${hostName}.system;
|
||||
in
|
||||
|
Reference in New Issue
Block a user