From d7ac88762db111a7962c4e14b5f4e37ab85ccac7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 24 Aug 2025 18:55:06 -0600 Subject: tree-wide: reformat using alejandra after enabling trivionomicon --- flake.nix | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4f9c5b0..3c17abc 100644 --- a/flake.nix +++ b/flake.nix @@ -39,21 +39,22 @@ vpsadminos.url = "github:vpsfreecz/vpsadminos"; }; - outputs = flakes: flakes.trivionomicon.lib.mkSystemFlake { - inherit flakes; + outputs = flakes: + flakes.trivionomicon.lib.mkSystemFlake { + inherit flakes; - system = "x86_64-linux"; - doctrinePrefix = "local"; + system = "x86_64-linux"; + doctrinePrefix = "local"; - paths = { - localOverlay = "pkgs"; - nixpkgsConfig = "pkgs/config"; + paths = { + localOverlay = "pkgs"; + nixpkgsConfig = "pkgs/config"; - nixosSource = "sys"; - nixosPlatforms = "sys/platform"; + nixosSource = "sys"; + nixosPlatforms = "sys/platform"; - hmSource = "home"; - hmPlatforms = "home/platform"; + hmSource = "home"; + hmPlatforms = "home/platform"; + }; }; - }; } -- cgit v1.2.3