From 9918331044d476bcf8496db3070b05328c46676c Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sat, 12 Sep 2026 03:07:03 +0200 Subject: [PATCH] lint: flake.nix: Indentation fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a2f6d85..8df2b00 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ { self, nixpkgs, home-manager, nix4nvchad, ... }@inputs: let system = "x86_64-linux"; - pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; }; + pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; }; in { homeConfigurations."ivan" = home-manager.lib.homeManagerConfiguration {