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,18 +52,19 @@
};
};
outputs = { self
, nixpkgs
, nix-on-droid
, nix-darwin
, home-manager
# , hardware
# , nix-colors
, neovim-nightly-overlay
, zig-overlay
, zls-overlay
, ...
} @ inputs:
outputs =
{ self
, nixpkgs
, nix-on-droid
, nix-darwin
, home-manager
# , hardware
# , nix-colors
, neovim-nightly-overlay
, zig-overlay
, zls-overlay
, ...
} @ inputs:
let
inherit (self) outputs;
forAllSystems = nixpkgs.lib.genAttrs [
@ -122,11 +123,12 @@
home-manager-path = home-manager.outPath;
};
in rec {
cheetah = mkHost "aarch64-linux" "cheetah";
in
rec {
cheetah = mkHost "aarch64-linux" "cheetah";
default = cheetah;
};
default = cheetah;
};
darwinConfigurations =
let mkHost = system: hostname: users: nix-darwin.lib.darwinSystem {