From a78d016a48fdde790cb668d651a630a64aa7f110 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 5 Feb 2025 02:44:44 +0300 Subject: [PATCH] formatting --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 64f9a49..02fe366 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ nixosConfigurations = { tartarus = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; - modules = [ ./hosts/tartarus/configuration.nix]; + modules = [./hosts/tartarus/configuration.nix]; }; ymir = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;};