diff options
| author | seth <[email protected]> | 2024-07-06 04:02:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-06 04:12:41 -0400 |
| commit | 8875ad5fb466944667e5171035aa8f5c01675e93 (patch) | |
| tree | e453699bbfcc7b8fb566490c8930e60c6adac07b /templates/full/flake.nix | |
| parent | c3ad734168ea13fde1e2f6ec3fbdccf78f72aada (diff) | |
tree-wide: alejandra -> nixfmt
Diffstat (limited to 'templates/full/flake.nix')
| -rw-r--r-- | templates/full/flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/full/flake.nix b/templates/full/flake.nix index b9be66c..9d33ecb 100644 --- a/templates/full/flake.nix +++ b/templates/full/flake.nix @@ -15,9 +15,10 @@ }; }; - outputs = inputs: - inputs.flake-parts.lib.mkFlake {inherit inputs;} { - imports = [./nix]; + outputs = + inputs: + inputs.flake-parts.lib.mkFlake { inherit inputs; } { + imports = [ ./nix ]; systems = [ "x86_64-linux" |
