chore(flake.nix): format
This commit is contained in:
parent
96305f635e
commit
2063e04dc2
1 changed files with 18 additions and 16 deletions
|
@ -52,7 +52,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nix-on-droid
|
||||
, nix-darwin
|
||||
|
@ -122,7 +123,8 @@
|
|||
|
||||
home-manager-path = home-manager.outPath;
|
||||
};
|
||||
in rec {
|
||||
in
|
||||
rec {
|
||||
cheetah = mkHost "aarch64-linux" "cheetah";
|
||||
|
||||
default = cheetah;
|
||||
|
|
Loading…
Reference in a new issue