From 06cb508501ed1af2f9d1b52877f2d941aa311828 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:22:09 -0500 Subject: [PATCH] guhhh --- common/users/homeModules/dev/cpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/users/homeModules/dev/cpp.nix b/common/users/homeModules/dev/cpp.nix index b38a18c..afc9af6 100644 --- a/common/users/homeModules/dev/cpp.nix +++ b/common/users/homeModules/dev/cpp.nix @@ -10,7 +10,7 @@ ]; file = { eslint_d_config = { - source = ../../../dotfiles/eslintrc.json; + source = ../../../../dotfiles/eslintrc.json; target = "./.config/.eslintrc.json"; }; };