From 0e374aa150127e1a02cbcc1cc55ea644ce847fc8 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 27 Jun 2023 21:47:05 +0200 Subject: [PATCH] style: autoformat --- system.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system.nix b/system.nix index 3628fd9..5b222c9 100644 --- a/system.nix +++ b/system.nix @@ -1,4 +1,8 @@ -{nixpkgs, nixpkgs-unstable, ...}: { +{ + nixpkgs, + nixpkgs-unstable, + ... +}: { imports = [ ./hardware-configuration.nix ];