From dc76c64c7c281a5ff8259a9c9aada5a30da1258c Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 5 Sep 2024 11:39:01 -0400 Subject: [PATCH] Nix fmt --- hosts/Dimaga/default.nix | 6 +----- hosts/Hevana/default.nix | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index 71f8039..a018dac 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: +{ config, pkgs, ... }: let # Do not change this value! This tracks when NixOS was installed on your system. diff --git a/hosts/Hevana/default.nix b/hosts/Hevana/default.nix index 7e6e033..4430d3a 100644 --- a/hosts/Hevana/default.nix +++ b/hosts/Hevana/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: +{ config, pkgs, ... }: let # Do not change this value! This tracks when NixOS was installed on your system.