From 088facf700946cb8f2d96c6089185bdc2a67180a Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:56:30 -0400 Subject: alejandra -> nixfmt-rfc-style --- systems/nixos.nix | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'systems/nixos.nix') diff --git a/systems/nixos.nix b/systems/nixos.nix index 9f95f02..2cd9b31 100644 --- a/systems/nixos.nix +++ b/systems/nixos.nix @@ -1,19 +1,16 @@ -{self, ...}: { +{ self, ... }: +{ flake = { - nixosConfigurations = let - inherit (self.lib) nixosSystem nixosSystemStable; - in { - glados = nixosSystem { - modules = [./glados]; - }; + nixosConfigurations = + let + inherit (self.lib) nixosSystem nixosSystemStable; + in + { + glados = nixosSystem { modules = [ ./glados ]; }; - glados-wsl = nixosSystem { - modules = [./glados-wsl]; - }; + glados-wsl = nixosSystem { modules = [ ./glados-wsl ]; }; - atlas = nixosSystemStable { - modules = [./atlas]; + atlas = nixosSystemStable { modules = [ ./atlas ]; }; }; - }; }; } -- cgit v1.2.3