chore(flake.nix): format

This commit is contained in:
reo101 2022-11-25 14:53:13 +02:00
parent 96305f635e
commit 2063e04dc2

View file

@ -52,7 +52,8 @@
}; };
}; };
outputs = { self outputs =
{ self
, nixpkgs , nixpkgs
, nix-on-droid , nix-on-droid
, nix-darwin , nix-darwin
@ -122,7 +123,8 @@
home-manager-path = home-manager.outPath; home-manager-path = home-manager.outPath;
}; };
in rec { in
rec {
cheetah = mkHost "aarch64-linux" "cheetah"; cheetah = mkHost "aarch64-linux" "cheetah";
default = cheetah; default = cheetah;