nix fmt
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
a3187e163d
commit
900f95169f
83 changed files with 1134 additions and 705 deletions
11
flake.nix
11
flake.nix
|
@ -45,7 +45,8 @@
|
|||
attic.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
outputs =
|
||||
inputs:
|
||||
let
|
||||
lib = inputs.snowfall-lib.mkLib {
|
||||
inherit inputs;
|
||||
|
@ -66,9 +67,7 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
|
||||
homes.modules = with inputs; [
|
||||
neovim-flake.homeManagerModules.default
|
||||
];
|
||||
homes.modules = with inputs; [ neovim-flake.homeManagerModules.default ];
|
||||
|
||||
systems.modules.nixos = with inputs; [
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
|
@ -79,9 +78,7 @@
|
|||
attic.nixosModules.atticd
|
||||
];
|
||||
|
||||
overlays = with inputs; [
|
||||
nixsgx-flake.overlays.default
|
||||
];
|
||||
overlays = with inputs; [ nixsgx-flake.overlays.default ];
|
||||
|
||||
outputs-builder = channels: {
|
||||
formatter = channels.nixpkgs.nixfmt-rfc-style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue