diff --git a/flake.nix b/flake.nix index b782c86..d2ed006 100755 --- a/flake.nix +++ b/flake.nix @@ -88,8 +88,10 @@ }; callisto = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - system = "aarch64-linux"; + specialArgs = { + inherit inputs; + system = "aarch64-linux"; + }; modules = [ ./hosts/callisto ];